Skip to content

Commit

Permalink
/bin/bash (rusefi#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 authored Nov 29, 2021
1 parent b466f82 commit f126302
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

echo This batch files reads rusefi_enums.h and produces auto_generated_enums.* files

Expand Down
2 changes: 1 addition & 1 deletion java_console/bin/restart_broadcast.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
killall -9 java
bin/broadcast.sh &
2 changes: 1 addition & 1 deletion java_console/bin/stopwatch.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion java_tools/proxy_server/src/main/resources/start_server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash
mkdir log
./run_server.sh > log/proxy.stdout 2>log/proxy.stderr &
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo Stopping...
./stop_server.sh

Expand Down

0 comments on commit f126302

Please sign in to comment.