diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-06 03:28:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-06 03:28:35 +0300 |
commit | aaa3e5fa38d4903b6980f5db1c83f2003fd818e4 (patch) | |
tree | c20609e483294ee071afb989e4e20a7e3493dc48 | |
parent | ignore top-level files only (diff) | |
download | linux-home-aaa3e5fa38d4903b6980f5db1c83f2003fd818e4.tar.gz linux-home-aaa3e5fa38d4903b6980f5db1c83f2003fd818e4.zip |
add strip_pgn_clk
Diffstat (limited to '')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -362,3 +362,5 @@ runcpp() ( ) export PYTHONSTARTUP=~/.pythonrc + +alias strip_pgn_clk='sed --binary --in-place '"'"'s/ {\[%clk [[:digit:]]:[[:digit:]]\{2\}:[[:digit:]]\{2\}\]}//g'"'" |