Changes in structure

This commit is contained in:
santic-zombie
2022-07-10 23:39:29 +03:00
parent c6e95bcc08
commit 6e372a5d4e
21 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
userdel -r oneadmin && echo ">> User 'oneadmin' has been removed."
groupdel cloud && echo ">> Group 'cloud' has been removed."
exit 0