diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-12-04 19:31:59 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-12-04 19:31:59 +0100 |
| commit | 0136a548786859bd0c5296fc3ebff5fa170f651d (patch) | |
| tree | 1b157ac12a077457576c966df477d1846e9c87f0 /run | |
| parent | e602cff985169e792ca2f5fe047c4cc8ab5ad040 (diff) | |
#!/bin/bash -> #!/usr/bin/env bash
Diffstat (limited to 'run')
| -rwxr-xr-x | run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -#!/bin/bash +#!/usr/bin/env bash ./$1/part$2 "$3" |
