From bb16f1b86c32d13df7be7245a871c4f191b7e5d4 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 11 Jan 2017 19:16:39 +0100 Subject: Stowify repo --- script/install | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 script/install (limited to 'script/install') 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 -- cgit v1.2.3