Use #!/usr/bin/env everywhere for local testnets (#3606)

Full local testnet support for people that don't have `/bin/bash`
This commit is contained in:
tim gretler 2022-09-29 06:13:30 +00:00
parent 27bb9ff07d
commit 8d325e700b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Deletes all files associated with the local testnet.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Print all the logs output from local testnet