changed support direct and added restart tab

This commit is contained in:
Nick Walton
2019-04-12 14:45:42 -06:00
parent d0e7a8013e
commit fc6e05cb5e
4 changed files with 4 additions and 3 deletions
Binary file not shown.
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
START=25 START=0
END=50 END=25
for ((I=0;I<END;I++)); for ((I=0;I<END;I++));
do do
python3 main.py "$(($I * 2))" "$(( ($I + 1) * 2 ))" & python3 main.py "$(($I * 2))" "$(( ($I + 1) * 2 ))" &
Binary file not shown.
+2 -1
View File
@@ -10,7 +10,8 @@
</head> </head>
<div class="topnav"> <div class="topnav">
<a href="about.html">About</a> <a href="about.html">About</a>
<a href="http://patreon.com/AIDungeon">Support</a> <a href="http://patreon.com/AIDungeon/overview">Support</a>
<a href=".">Restart</a>
</div> </div>
<body> <body>
<script type="text/javascript" src="static/script.js"> <script type="text/javascript" src="static/script.js">