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
|
||||
# Copyright (c) 2019-2020 Hush developers
|
||||
|
||||
/hush/src/hush-cli $@
|
||||
|
||||
Reference in New Issue
Block a user