1
0
mirror of synced 2026-01-14 07:49:47 +00:00

broken shell scripts; need to start with hash bang

This commit is contained in:
Larry Masinter 2020-12-24 15:01:44 -08:00
parent 028702ff90
commit 8c162e264b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
export MEDLEYDIR=`pwd`

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
export MEDLEYDIR=`pwd`