Improve scripts

This commit is contained in:
Tobias Reisinger 2021-07-10 00:50:17 +02:00
parent 942e2d84cf
commit 66415e7de9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 44 additions and 18 deletions
.local/bin

View file

@ -1,5 +1,7 @@
#!/usr/bin/sh
set -e
priv_cmd="sudo"
if [ -x "$(command -v doas)" ]