diff options
Diffstat (limited to 'hercules')
-rwxr-xr-x | hercules/import_newdb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/import_newdb.sh b/hercules/import_newdb.sh index 3625245..ba81d4f 100755 --- a/hercules/import_newdb.sh +++ b/hercules/import_newdb.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export CMD="$*" |