8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Message of the day script to print active users
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
export PROCPS_FROMLEN=36 PROCPS_USERLEN=12
|
||
|
w
|