mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-11 22:08:32 +01:00
5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf /home/${1}
|
|
userdel ${1}
|