Simple Windows scripts

This commit is contained in:
Marwolf
2018-07-16 13:30:07 -04:00
parent 19d652c42d
commit 98f2bd6394
4 changed files with 24 additions and 6 deletions

View File

@@ -22,16 +22,13 @@ clone-wiki:
clone-windows-website:
@git clone https://github.com/Open-RSC/Website.git
echo y| cacls Website /grant Everyone:F /t
clone-windows-game:
@git clone https://github.com/Open-RSC/Game.git
echo y| cacls Game /grant Everyone:F /t
clone-windows-wiki:
@git clone https://github.com/Open-RSC/Wiki.git Website/Wiki
echo y| cacls Website/Wiki /grant Everyone:F /t
pull-game-windows:
@cd Game && git reset HEAD --hard && git pull