Updating Office Repo

This commit is contained in:
Fifthdread 2024-02-22 11:04:11 -05:00
parent 2e09d7d483
commit bbf0705957
2 changed files with 0 additions and 23 deletions

View File

@ -1,2 +1 @@
rmdir "C:\Work\Office Install\Office"
setup.exe /download "configuration-Office2021Enterprise.xml"

22
push.sh
View File

@ -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!