summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-12-04 19:31:59 +0100
committerBond_009 <bond.009@outlook.com>2020-12-04 19:31:59 +0100
commit0136a548786859bd0c5296fc3ebff5fa170f651d (patch)
tree1b157ac12a077457576c966df477d1846e9c87f0 /run
parente602cff985169e792ca2f5fe047c4cc8ab5ad040 (diff)
#!/bin/bash -> #!/usr/bin/env bash
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index a071f3a..7bef778 100755
--- a/run
+++ b/run
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/usr/bin/env bash
./$1/part$2 "$3"