Consistently use bin/sh shebang for shell scripts

This commit is contained in:
Sebastian Schuberth 2018-02-11 15:42:57 +01:00
parent 0d87ecc0f5
commit 4d3cf0f4d4
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
bundle install

View File

@ -1 +1,3 @@
#!/bin/sh
bundle exec pry -r ./lib/licensee.rb

View File

@ -1,2 +1,4 @@
#!/bin/sh
rm -Rf vendor/choosealicense.com
bower install github/choosealicense.com#gh-pages