ufw-delete: added

This commit is contained in:
2025-11-20 07:02:26 +07:00
parent acb3a16043
commit 4d52dd52b0
2 changed files with 4 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ install -m 0775 ./ddd /usr/bin/ddd
install -m 0775 ./ddb /usr/bin/ddb
install -m 0775 ./dps /usr/bin/dps
install -m 0775 ./ufw-status /usr/bin/ufw-status
install -m 0775 ./ufw-delete /usr/bin/ufw-delete

3
ufw-delete Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
sudo ufw delete $@