Skip to content

Instantly share code, notes, and snippets.

@jeduan
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeduan/f322498b16408c0c946c to your computer and use it in GitHub Desktop.
Save jeduan/f322498b16408c0c946c to your computer and use it in GitHub Desktop.
Homebrew Formulae for wifi-password
class WifiPassword < Formula
homepage "https://github.com/rauchg/wifi-password"
url "https://github.com/rauchg/wifi-password/archive/0.0.1.tar.gz"
version "0.0.1"
sha1 "7f92794a3a04762009a0c4525cbf2aa851002289"
def install
bin.install "wifi-password.sh" => "wifi-password"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment