added run.sh wrappers

main
Ricard Illa 2022-10-18 17:58:09 +02:00
parent 97600e2369
commit b4440061ff
5 changed files with 20 additions and 0 deletions

4
caladan/acme_rsync/run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
DAG=$(dirname "$0")
make -C "$DAG"

4
fugu/acme_rsync/run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
DAG=$(dirname "$0")
gmake -C "$DAG"

4
narwhal/acme_renew/run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
DAG=$(dirname "$0")
make -C "$DAG"

4
narwhal/ddns/run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
DAG=$(dirname "$0")
make -C "$DAG"

4
pikvm/acme_rsync/run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
DAG=$(dirname "$0")
kvmd-pstrun -- make -C "$DAG"