文件操作 - GetCommitHash.bat
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/node-pty/deps/winpty/src/shared/GetCommitHash.bat
编辑文件内容
@echo off REM -- Echo the git commit hash. If git isn't available for some reason, REM -- output nothing instead. git rev-parse HEAD >NUL 2>NUL && ( git rev-parse HEAD ) || ( echo none ) REM -- Set ERRORLEVEL to 0 using this cryptic syntax. (call )
修改文件时间
将文件时间修改为当前时间的前一年
删除文件