delete user script

This commit is contained in:
Yannik Schmidt
2021-08-30 19:08:16 +02:00
parent 1112ba0477
commit 2004817007
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
rm -rf /home/${1}
userdel ${1}