mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 18:27: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;
|