svc .sh: change interpreter to sh, update year

This commit is contained in:
mollusk 2020-02-18 04:19:23 -07:00
parent 3fd6313c1e
commit 9b81f94eae

8
svc.sh
View File

@ -1,9 +1,9 @@
#!/bin/bash
#!/bin/sh
# SVC - SV Commander - frontend for the sv command
###############################################################################################
## Copyright (c) 2015, Justin Moore
## Copyright (c) 2015 - 2020, Justin Moore
##
## Permission to use, copy, modify, and/or distribute this software
## for any purpose with or without fee is hereby granted,
@ -70,10 +70,10 @@ case $1 in
list | ls | --list )
echo
echo -e "${LGREEN}Available Services (/etc/sv/):${NC}\n"
echo "${LGREEN}Available Services (/etc/sv/):${NC}\n"
ls /etc/sv
echo
echo -e "${LCYAN}Enabled Services (/var/service):${NC}\n"
echo "${LCYAN}Enabled Services (/var/service):${NC}\n"
echo
ls /var/service
echo