diff --git a/download-x64-basic.bat b/download-x64-basic.bat index c38cfa2..bf33e96 100644 --- a/download-x64-basic.bat +++ b/download-x64-basic.bat @@ -1,2 +1 @@ -rmdir "C:\Work\Office Install\Office" setup.exe /download "configuration-Office2021Enterprise.xml" \ No newline at end of file diff --git a/push.sh b/push.sh deleted file mode 100644 index 91672dd..0000000 --- a/push.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -# set the STRING variable - - -STRING="Hello World!" - - -# print the contents of the variable on screen - - -echo $STRING -echo Changing Directory... -cd /x/foundry/Data -echo Adding Files... -git add -A -echo Committing changes to Foundry... -git commit -a -m "Daily Commit" -echo Done! -echo Pushing Changes to Repo... -git push -echo Done! \ No newline at end of file