portable shebang

This commit is contained in:
Luke Smith
2019-08-18 12:28:11 -04:00
parent 6e67bd424d
commit 1bca65bfc2
31 changed files with 31 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# $1 is a url; $2 is a command
[ -z "$1" ] && exit
base="$(basename "$1")"