STYLE: sh instead of bash for tutorial scripts

This commit is contained in:
william
2014-02-05 16:53:44 +00:00
parent b50f25098b
commit 1b834681e3
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory