1
0
mirror of synced 2026-05-02 22:33:48 +00:00

run-medley -prog option for selecting ldeinit; update screen dimensions

This commit is contained in:
Larry Masinter
2021-02-18 10:15:01 -08:00
parent c46e57fabc
commit 7b1c12989f
8 changed files with 29 additions and 85 deletions

View File

@@ -2,7 +2,7 @@
export MEDLEYDIR=`pwd`
if [ ! -f run-medley ] ; then
if [ ! -x run-medley ] ; then
echo run from MEDLEYDIR
exit 1
fi