diff --git a/bin/compile b/bin/compile index 1f11243..1963f6b 100755 --- a/bin/compile +++ b/bin/compile @@ -1,10 +1,10 @@ -#!/bin/zsh +#!/bin/bash indent() { sed -u 's/^/ /' } -echo "-----> Found a hello.txt" +echo "-----> [bash] Found a hello.txt" # if hello.txt is empty, abort the build if [ ! -s $1/hello.txt ]; then