add more helpers
This commit is contained in:
1
helpers/online-users-to-csv.sh
Normal file
1
helpers/online-users-to-csv.sh
Normal file
@@ -0,0 +1 @@
|
||||
(echo "IP,host,username,pwd"; cat online-users.txt | awk -F' +' 'BEGIN{OFS=","} {$1=$1; print}') > credentials.csv
|
||||
Reference in New Issue
Block a user