github.com/eframework-cn/EP.GO.UTIL@v1.0.0/.commit.sh (about) 1 #!/bin/sh 2 3 if [ -d ./.git ] || [ -f ./.git ]; then 4 TortoiseGitProc.exe /command:commit /path:./ 5 else 6 TortoiseProc.exe /command:commit /path:./ 7 fi