Skip to content
Snippets Groups Projects
Commit d5af69e5 authored by Matthew Hu's avatar Matthew Hu
Browse files

switched -s -p on read command

parent 0e74612f
1 merge request!2Refactored to use splunk
......@@ -3,8 +3,8 @@
DIR=$(dirname $(readlink -f "$0"))
OUTPUT_DIR=$DIR/output
read -p -s 'User: ' user
read -p -s 'Pass: ' pass
read -s -p 'User: ' user
read -s -p 'Pass: ' pass
export USER=$user
export PASS=$pass
export SID_DIR=$DIR/sid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment