master
43 commits
aef9ce5
hovercats
·
2025-05-22
running `shift 1` is redundant, when shift defaults to 1
a38e5c3
hovercats
·
2025-05-19
shorten almost all loops. instead of doing `for (foo in $*)`, we can simply do `for (foo)`, which is the same. rc defaults to using `$*` unless otherwise specified
697f409
hovercats
·
2025-05-19
use -f flag on rm usage for good measure
af4f63a
hovercats
·
2025-05-19
nit
bdb2c4a
hovercats
·
2025-03-15
remove some unused code | -r only restarts activated services, we dont have any overview over the rest anyway
ffb2437
hovercats
·
2025-03-11
update README, reflecting recent changes, aswell as some improvements
aad5b89
hovercats
·
2025-03-11
-r now supports multiple arguments
210bbe0
hovercats
·
2025-03-10
support disabling multiple services simltaneously
6212692
hovercats
·
2025-01-05
support activating multiple services simultaneously
cafdc29
hovercats
·
2025-01-05
dont check if file exist when activating a service
1020ae1
hovercats
·
2025-01-05
support starting/stopping multiple services simultaneously
12d5a0a
hovercats
·
2024-09-03
check for number of arguments, as opposed to only checking wether $2 is empty or not
2660c89
hovercats
·
2024-07-24
remove leftover variable in Makefile
1a20ab4
hovercats
·
2024-04-15
remove some tests. they make rcsm exit prematurely
204f1d7
hovercats
·
2024-04-08
list actived services with -a if ran without an argument
42ea8ca
hovercats
·
2024-03-26
error out on invalid arguments
18ff92a
hovercats
·
2024-03-26
exit if service file isnt found or executable
87aae67
hovercats
·
2024-03-16
use flag e + instead of -e in hashbang
8d3d43b
hovercats
·
2024-02-02
set -e at shebang
b1abcb6
hovercats
·
2023-10-17
README: nits
6a440b4
hovercats
·
2023-10-17
svc was renamed to shsm
eecfc77
hovercats
·
2023-09-24
add Makefile for easier installation
c2ed9e9
hovercats
·
2023-09-02
add some info in README
eb06cb5
hovercats
·
2023-09-02
fix redirection to /dev/null
1908404
hovercats
·
2023-09-02
fix the loop
27ed1ac
hovercats
·
2023-09-02
fix the order for the run function. also $2 is replaced by $serv in the loop
571bfee
hovercats
·
2023-09-02
redirect outputs to /dev/null
a9d0201
hovercats
·
2023-09-01
fix -r flag using wrong variable
b210b42
hovercats
·
2023-09-01
sort switches again
1c15b54
hovercats
·
2023-09-01
add -r flag for restarting services
b83ca67
hovercats
·
2023-09-01
fix typo in -l option
108d0d6
hovercats
·
2023-09-01
it is now possible to run a activated service.
37d7adf
hovercats
·
2023-09-01
add deactivate case statement
125f70e
hovercats
·
2023-09-01
add -a case statement to activate a service
5d4721d
hovercats
·
2023-09-01
add missin -h flag to usage function
c85ef60
hovercats
·
2023-09-01
sort case statements
0525599
hovercats
·
2023-08-31
dont check for $basedir specifically. its not needed
0b71356
hovercats
·
2023-08-31
add -l case statement
60ab6d0
hovercats
·
2023-08-31
add -c case statement to create neccessary dirs
a90f074
hovercats
·
2023-08-31
add usage function and wildcard case statement
81a4076
hovercats
·
2023-08-31
add a rudementry README
dccbd59
Cats that hovers
·
2023-08-31
Initial commit