You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
rem ************************************************************* rem * Windows Sync Script * rem * v0.1 * rem * Drew Short * rem ************************************************************* *
echo "************************************************************" echo "* Windows Sync Script *" echo "* v0.1 *" echo "* *" echo "* Requires the following environment variables to be set: *" echo "* $DOTFILES_HOME = Dotfiles directory to keep in sync *" echo "* DOTFILES_TARGET = " echo "************************************************************"
|