summaryrefslogtreecommitdiff
path: root/bin/common/sshpass
blob: 71f8e93c6cab17933377a3e427c46918d3637004 (plain)
1
2
3
4
5
6
#!/bin/sh
if [ "$PASSWORD" ]
then
	pass show "$PASSWORD" && exit
	exit 1
fi