efl/src/examples/ecore/efl_exe_test.sh

10 lines
91 B
Bash
Executable File

#!/bin/sh
echo "BLAH is $BLAH"
sleep 1
read IN
sleep 1
echo "INPUT is $IN"
sleep 1
exit 7