This commit is contained in:
Matthew Kennedy 2021-11-28 20:46:37 -08:00 committed by GitHub
parent b466f82af1
commit f126302a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo This batch files reads rusefi_enums.h and produces auto_generated_enums.* files

View File

@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
killall -9 java
bin/broadcast.sh &

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# https://superuser.com/questions/611538/is-there-a-way-to-display-a-countdown-or-stopwatch-timer-in-a-terminal

View File

@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
mkdir log
./run_server.sh > log/proxy.stdout 2>log/proxy.stderr &

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo Stopping...
./stop_server.sh