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