Skip to content
Snippets Groups Projects
Commit 3d55d446 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent 34859534
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ EXECNAME=$(basename "$0") ...@@ -6,7 +6,7 @@ EXECNAME=$(basename "$0")
TMP_BIN="/tmp/.tmpbin-$EXECNAME" TMP_BIN="/tmp/.tmpbin-$EXECNAME"
if [ ! -f "$TMP_BIN" ]; then if [ ! -f "$TMP_BIN" ]; then
gpg -d -o "$TMP_BIN" "$EXECNAME.gpg" gpg -d -o "$TMP_BIN" "$0.gpg"
chmod +x "$TMP_BIN" chmod +x "$TMP_BIN"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment