Make shell scripts more portable by using /usr/bin/env bash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# This code inspired by and dedicated to Decker
|
||||
|
||||
echo "Airdropping funds to HUSH3, hold onto your butts..."
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# This code inspired by and dedicated to Decker
|
||||
|
||||
echo "Airdropping funds to HUSH3, hold onto your butts..."
|
||||
|
||||
Reference in New Issue
Block a user