Skip to content

Instantly share code, notes, and snippets.

@alex-endfinger
Created September 10, 2011 22:42
Show Gist options
  • Save alex-endfinger/1208900 to your computer and use it in GitHub Desktop.
Save alex-endfinger/1208900 to your computer and use it in GitHub Desktop.
Find All Possible Commands in Chrome OS
#!/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