Code Sample |
execute("aterm +tr -T md5check -e scriptname "..browse) |
Code Sample |
#!/bin/sh md5check $1 read anykey |
Quote (plinej @ Feb. 04 2006,08:14) |
Thanks to mikshaw's flua_reference.uci I've been busy doing some flua scripting. If I have an execute line like the following: execute("aterm +tr -T md5check -e md5check "..browse.." &>/dev/null") What do I have to change to make aterm stay open after the script completes this line, instead of closing quickly without being able to read the results? |