Add potential future read in of password instead of passing an argument
This commit is contained in:
parent
2cec19c02a
commit
143e73a807
@ -12,6 +12,14 @@ else
|
||||
$(exit 1); echo "$?"
|
||||
fi
|
||||
|
||||
# TODO make this work
|
||||
: '
|
||||
# prompt for password
|
||||
echo -n Password:
|
||||
read -s -r pass
|
||||
echo
|
||||
'
|
||||
|
||||
# go to home dir
|
||||
cd "$HOME"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user