Shell 編程語言

Batsh 詳細介紹 Batsh 是一個簡單的編程語言,可方便的編譯成 Bash 和 Windows 批處理腳本。相當於你需要寫一次腳本就可以在不同的平臺上運行。而且沒有任何依賴包。 示例代碼: // On UNIX output = ls(); // On Windows output = dir(); // Platform independent output = readdir(); /
相關文章
相關標籤/搜索