helloworld_dataset / gitUpdate.sh
louiscklaw
update,
277cccc
raw
history blame contribute delete
75 Bytes
#!/usr/bin/env bash
set -ex
git add .
git commit -m'update,'
git push