Skip to content

Instantly share code, notes, and snippets.

@imSrbh
Created March 30, 2020 04:46
Show Gist options
  • Save imSrbh/0349a99b393f351061b4a9932258816b to your computer and use it in GitHub Desktop.
Save imSrbh/0349a99b393f351061b4a9932258816b to your computer and use it in GitHub Desktop.
#!/bin/sh
#python3 /srv/src/bootstrap/bootstrap.py --admin admin:password
echo "Enter Admin name?"
read name
read -s -p "Enter Password: " pswd
python3 /srv/src/bootstrap/bootstrap.py --admin $name:$pswd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment