LET'S GO GAME JAM
This commit is contained in:
commit
c0385dbe96
3 changed files with 29045 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/index.html
|
||||
/tmpfile
|
6
index.bat
Normal file
6
index.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
echo ^<html^>^<body^> > index.html
|
||||
dir *.js /s /b > tmpfile
|
||||
for /F "tokens=*" %%A in (tmpfile) do (
|
||||
echo ^<script type="text/javascript" src="file:///%%A"^>^</script^> >> index.html
|
||||
)
|
||||
echo ^</body^>^</html^> >> index.html
|
Loading…
Add table
Reference in a new issue