Newer
Older
PastandPresentMap / natto / git.sh
@natto natto on 29 Nov 2018 151 bytes echo tamesi
#!/bin/sh

git pull

if [ $# -ne 2 ]; then
    echo "ニ個入力せーや"
    echo "試しや"
    exit 1
fi

git add $1

git commit -m $2

git push