Sindbad~EG File Manager

Current Path : /usr/tests/bin/sh/execution/
Upload File :
Current File : //usr/tests/bin/sh/execution/shellproc1.0

# $FreeBSD$

T=`mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX"` || exit
trap 'rm -rf "${T}"' 0
cat <<EOF >"$T/testshellproc"
printf 'this '
echo is a test
EOF
chmod 755 "$T/testshellproc"
PATH=$T:$PATH
[ "`testshellproc`" = "this is a test" ]

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists