v0.1
19 commits
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