tre / tildego.sh

0 喜歡
0 分支
1 檔案
最後活躍 3 weeks ago
remove tildes from filenames
1 #!/usr/bin/env bash
2
3 for file in *; do mv "${file}" "${file/\~/}" 2> /dev/null; done

tre / ssh -l

0 喜歡
0 分支
1 檔案
最後活躍 1 month ago
1 ssh -L localport:localhost:remoteport user@remote

tre / ffx.css

0 喜歡
0 分支
2 檔案
最後活躍 1 month ago
ffx
pointer.png
上一頁 下一頁