init/scripts/02

6 lines
56 B
Plaintext
Raw Normal View History

2020-11-22 16:17:08 +00:00
for var in "$@"
do
pkill -u $var
userdel -f $var
done