diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-06-25 09:29:26 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-06-25 09:29:26 -0700 |
commit | 76e569a223465118de7c7f68eb48ac36b8903809 (patch) | |
tree | fc30c06f000866e3494f1702489eaa3f61b237a7 | |
parent | 57c8c34206457acc769f29427284a71ab5f1dda0 (diff) |
Use pycombine
-rwxr-xr-x | setup | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -3,8 +3,5 @@ script=$(realpath $0) script_dir=$(dirname $script) -# Go home -cd - -# Combine all hidden files -$HOME/bin/dircombine '^\.' $HOME $script_dir +# Combine all files +$HOME/bin/pycombine -e '(setup|README.md)' $HOME $script_dir |