/bin/bash (#3635)
This commit is contained in:
parent
b466f82af1
commit
f126302a0f
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
echo This batch files reads rusefi_enums.h and produces auto_generated_enums.* files
|
echo This batch files reads rusefi_enums.h and produces auto_generated_enums.* files
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
killall -9 java
|
killall -9 java
|
||||||
bin/broadcast.sh &
|
bin/broadcast.sh &
|
|
@ -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
|
# https://superuser.com/questions/611538/is-there-a-way-to-display-a-countdown-or-stopwatch-timer-in-a-terminal
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
mkdir log
|
mkdir log
|
||||||
./run_server.sh > log/proxy.stdout 2>log/proxy.stderr &
|
./run_server.sh > log/proxy.stdout 2>log/proxy.stderr &
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
echo Stopping...
|
echo Stopping...
|
||||||
./stop_server.sh
|
./stop_server.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue