Simple Windows scripts
This commit is contained in:
9
Clone_Game_Website_Wiki_Windows.cmd
Normal file
9
Clone_Game_Website_Wiki_Windows.cmd
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
@echo off
|
||||
echo:
|
||||
Windows\make clone-windows-game
|
||||
echo:
|
||||
Windows\make clone-windows-website
|
||||
echo:
|
||||
Windows\make clone-windows-wiki
|
||||
echo:
|
||||
7
Clone_Game_Website_Windows.cmd
Normal file
7
Clone_Game_Website_Windows.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
@echo off
|
||||
echo:
|
||||
Windows\make clone-windows-game
|
||||
echo:
|
||||
Windows\make clone-windows-website
|
||||
echo:
|
||||
5
Clone_Game_Windows.cmd
Normal file
5
Clone_Game_Windows.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
@echo off
|
||||
echo:
|
||||
Windows\make clone-windows-game
|
||||
echo:
|
||||
9
Makefile
9
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user