diff --git a/r.sh b/r.sh deleted file mode 100755 index b28a21a..0000000 --- a/r.sh +++ /dev/null @@ -1,9 +0,0 @@ -sed -i -e '$a\ ' README.md -git remote add origin https://github.com/kaist-dmlab/Hi-COVIDNet.git -git add * -git commit -m "Update README.md" -git push origin -git config credential.helper store -git config credential.helper cache -git config credential.helper 'cache --timeout=180000' - diff --git a/r.sh~ b/r.sh~ deleted file mode 100755 index 6c998d0..0000000 --- a/r.sh~ +++ /dev/null @@ -1,9 +0,0 @@ -sed -i -e '$a\ ' README.md -git remote add origin https://github.com/kaist-dmlab/Hi-COVIDNet.git -git add * -git commit -m "Update README.md" -git push -git config credential.helper store -git config credential.helper cache -git config credential.helper 'cache --timeout=180000' -