diff options
Diffstat (limited to 'script/dev-clean.sh')
-rwxr-xr-x | script/dev-clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/dev-clean.sh b/script/dev-clean.sh index 60065a3d..eea57864 100755 --- a/script/dev-clean.sh +++ b/script/dev-clean.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -ex |