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