From fa4772616d41a0583df18166986448acbbb744b7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 28 Feb 2021 10:51:44 +0000 Subject: [PATCH] Echo out what is going on --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index e290636..0f302d7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,7 @@ #!/bin/bash git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles cd $HOME/.dotfiles/ -for package in "bin bash"; do +for package in bin bash; do + echo "Stowing ${package}" ./bin/bin/stowage $package done