Skip to content

Commit

Permalink
deletes bad users
Browse files Browse the repository at this point in the history
  • Loading branch information
amalone341 authored Mar 6, 2021
1 parent b80d004 commit b186892
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions help.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/ksh
#
cat help | while read user
do
echo "Deleting: ${user}"
echo userdel -r "${user}"
userdel $user
done

0 comments on commit b186892

Please sign in to comment.