add more helpers

This commit is contained in:
2025-11-04 23:36:08 +01:00
parent 79e096dd87
commit b65521d46c
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
(echo "IP,host,username,pwd"; cat online-users.txt | awk -F' +' 'BEGIN{OFS=","} {$1=$1; print}') > credentials.csv