Licensing

The single most boring part of coding...
This commit is contained in:
toloveru
2017-04-08 22:54:24 +02:00
parent 94a0fd38bb
commit 1d70a6f072
4 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/sh
# I (Michael De Roover) do not own this code. Many thanks to Stack Exchange user Andy (http://unix.stackexchange.com/users/187608/andy) for submitting it on http://unix.stackexchange.com/a/307097.
PATH=/usr/bin
XUSERS=($(who|egrep "\(:[0-9](\.[0-9])*\)"|awk '{print $1$5}'|sort -u))