mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 12:57:07 +00:00
6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
echo "This plugin is uninstalled by uninstalling csf from the root shell"
|
|
|
|
exit 0;
|