3 # checkin: checks in all the folders present in the REPOSITORY_LIST variable.
5 source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
6 source "$FEISTY_MEOW_SCRIPTS/rev_control/version_control.sh"
10 echo "committing repositories at: $(date)"
12 if [ "$OS" != "Windows_NT" ]; then
13 # first get individual folders.
14 checkin_list $HOME /usr/local
16 checkin_list $HOME c:/ d:/ e:/
21 # regenerate the scripts after checking in, since this could mean a modified version
22 # of feisty meow is present.