On Thu, May 12, 2011 at 11:11:10PM +0100, Sir Cyrus wrote: > Using st 0.1.1 and the -e switch appears to not be working. As test cases I > ran > st -e ls > st -e "ls" > st -e echo hello > st -e "echo hello" > and a few others, but nothing seemed to work. Has this not been > implemented yet? Or am I doing something wrong? This makes it > impossible to download files using surf/st/wget. >
It runs the given command in place of your shell. As soon as it quits, so does st. Run "st -e cat" to try with a program that doesn't terminate immediatelly.