Last active
July 11, 2016 20:37
-
-
Save tanner0101/bef20b08a5c57dcb43df0798b91d355b to your computer and use it in GitHub Desktop.
CLI -> Toolbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env swift | |
print("This CLI updater is out of date.") | |
print("Please visit docs.qutheory.io or run") | |
print("the following command to update.") | |
print() | |
print("curl -sL toolbox.qutheory.io | bash") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment