diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-09 17:26:07 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-09 17:26:07 +0100 |
commit | 777498e2ed6db0426b1366fe218bea905c881439 (patch) | |
tree | 122d7ea93e65a1be00421e86195096cdcb5713bd /bin/install | |
parent | f2c1c49654862c14b214e91d9b40eabed255f3af (diff) |
Add shortcut to run any script from bin
Diffstat (limited to 'bin/install')
-rwxr-xr-x | bin/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install b/bin/install index 438c5b9..bc21136 100755 --- a/bin/install +++ b/bin/install @@ -1,5 +1,5 @@ #! /bin/bash -dotdir=/home/urbain/dotfiles +dotdir=/home/urbain/dotfiles && cd $dotdir for file in `ls -A --ignore="Makefile" --ignore="README.md" --ignore=".git*"`; do if [[ -f $file/Makefile ]]; then cd $file && make && cd $dotdir |