Skip to content

Instantly share code, notes, and snippets.

View hubertursua's full-sized avatar

Hubert Ursua hubertursua

View GitHub Profile
#!/bin/bash
echo -n "GitHub User: "
read USER
echo -n "GitHub Password: "
read -s PASS
echo ""
echo -n "GitHub Repo (e.g. foo/bar): "