Skip to content

Commit

Permalink
Move shebang to first line
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Feb 6, 2024
1 parent 6892007 commit 14cbfef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/docs-live.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

#!/usr/bin/env bash

set -e
set -x
set -ex

mkdocs serve --dev-addr 0.0.0.0:8008 --dirtyreload

0 comments on commit 14cbfef

Please sign in to comment.