Skip to content

Instantly share code, notes, and snippets.

@silasb
Created July 7, 2015 15:52
Show Gist options
  • Save silasb/6bdbfe8294446d90d57b to your computer and use it in GitHub Desktop.
Save silasb/6bdbfe8294446d90d57b to your computer and use it in GitHub Desktop.
#!/bin/sh
read -s password
echo
echo "Password: $password"
# usage
# # echo "test" | sh test.sh
# Password: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment