Updating Office Repo
This commit is contained in:
parent
2e09d7d483
commit
bbf0705957
@ -1,2 +1 @@
|
|||||||
rmdir "C:\Work\Office Install\Office"
|
|
||||||
setup.exe /download "configuration-Office2021Enterprise.xml"
|
setup.exe /download "configuration-Office2021Enterprise.xml"
|
22
push.sh
22
push.sh
@ -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!
|
|
Loading…
Reference in New Issue
Block a user