cs4185_test_model / gitUpdate.sh
louiscklaw
update,
4ee65fc
raw
history blame contribute delete
74 Bytes
#!/usr/bin/env bash
set -ex
git add .
git commit -m'update,'
git push