4 lines
80 B
Bash
4 lines
80 B
Bash
#!/usr/bin/env bash
|
|
{
|
|
grep PASS_WARN_AGE /etc/login.defs | cut -d ' ' -f 2
|
|
} |