From 3b8c0cc609f65b9770c1896a57fe5338bbdff62f Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 9 Jul 2004 03:40:22 +0000 Subject: [PATCH] New Unix shell wrappers for smb2sbl and sbl2smb (just copies of sbl). --- xtrn/sbl/sbl2smb | 13 +++++++++++++ xtrn/sbl/smb2sbl | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100755 xtrn/sbl/sbl2smb create mode 100755 xtrn/sbl/smb2sbl diff --git a/xtrn/sbl/sbl2smb b/xtrn/sbl/sbl2smb new file mode 100755 index 0000000000..13577e8951 --- /dev/null +++ b/xtrn/sbl/sbl2smb @@ -0,0 +1,13 @@ +#!/bin/sh +os=`uname | tr "[A-Z]" "[a-z]"` +if [ -x gcc.$os.exe.release/$0 ] + then exec gcc.$os.exe.release/$0 $@ +elif [ -x gcc.$os.exe.debug/$0 ] + then exec gcc.$os.exe.debug/$0 $@ +elif [ -x *.$os.exe.release/$0 ] + then exec *.$os.exe.release/$0 $@ +elif [ -x *.$os.exe.debug/$0 ] + then exec *.$os.exe.debug/$0 $@ +elif [ -x *.$os.exe.*/$0 ] + then exec *.$os.exe.debug/$0 $@ +fi diff --git a/xtrn/sbl/smb2sbl b/xtrn/sbl/smb2sbl new file mode 100755 index 0000000000..13577e8951 --- /dev/null +++ b/xtrn/sbl/smb2sbl @@ -0,0 +1,13 @@ +#!/bin/sh +os=`uname | tr "[A-Z]" "[a-z]"` +if [ -x gcc.$os.exe.release/$0 ] + then exec gcc.$os.exe.release/$0 $@ +elif [ -x gcc.$os.exe.debug/$0 ] + then exec gcc.$os.exe.debug/$0 $@ +elif [ -x *.$os.exe.release/$0 ] + then exec *.$os.exe.release/$0 $@ +elif [ -x *.$os.exe.debug/$0 ] + then exec *.$os.exe.debug/$0 $@ +elif [ -x *.$os.exe.*/$0 ] + then exec *.$os.exe.debug/$0 $@ +fi -- GitLab