diff options
Diffstat (limited to 'profiling/tar-extract.bash')
| -rwxr-xr-x | profiling/tar-extract.bash | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiling/tar-extract.bash b/profiling/tar-extract.bash index f176368..e98100a 100755 --- a/profiling/tar-extract.bash +++ b/profiling/tar-extract.bash @@ -1,4 +1,6 @@ -#!/bin/bash -eu +#!/usr/bin/env bash + +set -eu cd "$(dirname "$0")" |
