We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f6169 commit 5309dfdCopy full SHA for 5309dfd
apps/getapp
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+set -e # exit on failure
3
+IFS=$(printf '\n\t') # smarter ifs
4
+
5
+gh run download -n "$1"
6
+chmod +x "$1"
7
+mv "$1" "$(dirname "$(realpath "$0")")/bin"
0 commit comments