mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-06 08:51:35 +01:00
6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkill -u ${1} --signal kill
|
|
rm -rf /home/${1}
|
|
userdel ${1}
|