Skip to content

Commit

Permalink
remove the sudo command
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroh committed Sep 26, 2014
1 parent 0eb54c3 commit 57dd609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5-skel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ if [ -z "$TITLE" ]; then
TITLE="html 5 minimal skeleton"
fi

sudo sed 's/${TITLE}/'"$TITLE"'/g' $TEMPLATE_FILE > "$TEMPLATE.html"
sed 's/${TITLE}/'"$TITLE"'/g' $TEMPLATE_FILE > "$TEMPLATE.html"

0 comments on commit 57dd609

Please sign in to comment.