@@ -1,6 +1,8 @@
-#! /bin/sh
+#! /usr/bin/env bash
+
+UTILS_DIR=$(dirname "${BASH_SOURCE[0]}")
# this script aim to initialise the environement.
-. $(dirname $0)/scripts.cfg
+. $UTILS_DIR/scripts.cfg
-./bin/himport $@
+$UTILS_DIR/../bin/himport $@