Created
September 10, 2011 22:42
-
-
Save alex-endfinger/1208900 to your computer and use it in GitHub Desktop.
Find All Possible Commands in Chrome OS
This file contains 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
#!/bin/bash | |
#Made By Kenneth Endfinger | |
#This Script Will Check If Chrome OS Supports The Specified Command: Usage: iscmd <command> | |
curl --silent https://raw.github.com/gist/1208889/f.dat | grep "$*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment