Skip to content

Instantly share code, notes, and snippets.

@paperbenni
Last active January 1, 2020 16:30
Show Gist options
  • Save paperbenni/593740981b18685709ac7b3f8ea90d2b to your computer and use it in GitHub Desktop.
Save paperbenni/593740981b18685709ac7b3f8ea90d2b to your computer and use it in GitHub Desktop.
#!/bin/bash
checkfolder(){
[ -e "$1" ] || return
cd "$1"
echo "checking $1"
git status
cd ..
}
checkfolder suckless
checkfolder bash
checkfolder dwm
checkfolder slock
checkfolder dotfiles
checkfolder st
checkfolder menus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment