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
#!/bin/bash | |
if [ "$1" == "-h" ]; then | |
echo " To run this script, you need the following things:" | |
echo " * Install sshpass " | |
echo " brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb" | |
echo " * generate a generic password in your keychain" | |
echo " Usage: add-generic-password [-a account] [-s service] [-w password] [options...] [-A|-T appPath] [keychain]" | |
echo " -a Specify account name (required)" | |
echo " -c Specify item creator (optional four-character code)" |
OlderNewer