diff options
-rwxr-xr-x | bootstrap.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 58178c3..a8a311e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,10 +1,13 @@ #!/bin/sh # bootstrap script + ( alias redo-ifchange=: set -- redo redo redo set -ex -. redo.do +. ./redo.do ) -PATH=$PWD:$PATH redo -f all +export PATH=$PWD:$PATH +redo -f links +redo -f all |