This website requires JavaScript.
Explore
Help
Sign in
timoreo
/
ahuarc-dotfiles
Watch
1
Star
0
Fork
You've already forked ahuarc-dotfiles
0
forked from
ahurac/dotfiles
Code
Pull requests
Activity
a59b589dca
ahuarc-dotfiles
/
bin
/
svdel
7 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Ajout : mini-scripts pour complémenter runit
2024-03-29 11:33:25 +01:00
#!/usr/bin/env sh
cd /run/runit/service || exit
svadd, svdel : mise à jour
2024-04-13 16:12:15 +02:00
for service in "$@"; do
unlink -- "$service"
done
Copy permalink