Files
2026-05-11 09:15:08 +02:00

4 lines
72 B
Bash

#!/usr/bin/env bash
{
useradd -D | grep INACTIVE | cut -d '=' -f 2
}