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
上一页 下一页