diff options
author | Camil Staps | 2017-01-11 19:16:39 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-11 19:16:39 +0100 |
commit | bb16f1b86c32d13df7be7245a871c4f191b7e5d4 (patch) | |
tree | ce42e2f3db5b0badbe5bd822de532a78c25f2622 /script/install | |
parent | cleanup (diff) |
Stowify repo
Diffstat (limited to 'script/install')
-rwxr-xr-x | script/install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/script/install b/script/install deleted file mode 100755 index 1887fc2..0000000 --- a/script/install +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash -# -# Run all dotfiles installers. - -set -e - -cd "$(dirname $0)"/.. - -# find the installers and run them iteratively -find . -name install.sh | while read installer ; do sh -c "${installer}" ; done |