Skip to content

Commit

Permalink
Add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Mar 22, 2024
1 parent 89b7b6a commit 35964cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bashfox.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ __fox__fatal() {

__fox__buildfile() {
(
echo "#!/usr/bin/env bash"
echo "### $1"
echo "### Created with BashFOX"
echo "### https://h10.ngw1.rf.gd/bashfox"
echo "${FDB} && echo '${BLUE}[ DEBUG] $1: BashFOX debugger started${RESET}'"
declare line
while read cmd extra; do
Expand Down

0 comments on commit 35964cb

Please sign in to comment.