Skip to content

Commit

Permalink
chore: use bash instead of sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kriansa committed Sep 7, 2018
1 parent bd93b57 commit 6cf11ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash

case $1 in
start)
Expand Down
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash

bold=$(tput bold)
normal=$(tput sgr0)
Expand Down

0 comments on commit 6cf11ee

Please sign in to comment.