From 76e569a223465118de7c7f68eb48ac36b8903809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 25 Jun 2019 09:29:26 -0700 Subject: Use pycombine --- setup | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'setup') diff --git a/setup b/setup index b9611d8..c5d1206 100755 --- a/setup +++ b/setup @@ -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 -- cgit v1.2.3