Echo out what is going on

This commit is contained in:
2021-02-28 10:51:44 +00:00
parent 0bfccdd959
commit fa4772616d

View File

@@ -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