diff --git a/http.sh b/http.sh index 5ba36d4..ff85331 100755 --- a/http.sh +++ b/http.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash trap ctrl_c INT if [[ ! -f "config/master.sh" ]]; then @@ -100,12 +100,12 @@ if [[ $1 == "init" ]]; then # will get replaced with proper parameter parsing in LauraIsCute cat < "${cfg[namespace]}/workers/example/worker.sh" -#!/bin/bash +#!/usr/bin/env bash date LauraIsCute cat < "${cfg[namespace]}/${cfg[root]}/index.shs" -#!/bin/bash +#!/usr/bin/env bash source templates/head.sh echo "

Hello from HTTP.sh!


To get started with your app, check out $(pwd)/${cfg[namespace]}/