Make shell scripts more portable by using /usr/bin/env bash

This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 16:30:39 -07:00
parent 86a2c1c73c
commit 2a8dbbad7b
39 changed files with 44 additions and 44 deletions

View File

@@ -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..."

View File

@@ -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..."