From bbf070595740f5ee85c6cd2d8a3e79b48086bbc4 Mon Sep 17 00:00:00 2001 From: Fifthdread Date: Thu, 22 Feb 2024 11:04:11 -0500 Subject: [PATCH] Updating Office Repo --- download-x64-basic.bat | 1 - push.sh | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 push.sh 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