MySQL
Linux
Centos
Ubuntu
PHP
Windows
CSS3
帳號登入
MySQL
Linux
Ubuntu
CentOS
PHP
Windows
CSS3
編碼的世界 / 優質文選 /
財富
windows下執行sh文件
2022年8月01日
-
書箋
在windows上,可以使用git執行sh文件。
在Gitin(git的安裝路徑下)目錄下,有三個exe文件,選擇sh.exe。
使用cd命令,轉到你需要執行sh文件的目錄,然後執行./filename。比如d:project est.sh。
cd d:project
./test.sh
熱門文章