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