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 c39570f commit 21508aaCopy full SHA for 21508aa
compiler_admin/commands/init.py
@@ -58,6 +58,8 @@ def init(args: Namespace) -> int:
58
with gyb.open("w+") as dest:
59
res += subprocess.call(("curl", "-s", "-S", "-L", "https://gyb-shortn.jaylee.us/gyb-install"), stdout=dest)
60
61
+ res += subprocess.call(("chmod", "+x", str(gyb.absolute())))
62
+
63
# install, giving values to some options
64
# https://github.com/GAM-team/got-your-back/blob/main/install-gyb.sh
65
#
0 commit comments