diff --git a/.ex.png b/.ex.png new file mode 100644 index 0000000..155aa6f Binary files /dev/null and b/.ex.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..6028011 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Void Service Control (VSC) +## A simple script that will allow you to manage runit services in Void Linux + +### Usage: + +**Enbale service:** + +``` +vsc e +``` + +**Disable service:** + +``` +vsc d +``` + +**Print help** + +``` +vsc --help +``` +*All commands require root privileges* + +--- + +## Example: + +![](.ex.png)