Start screen with bash command

Posted by Jeje on Super User See other posts from Super User or by Jeje
Published on 2010-03-29T10:33:40Z Indexed on 2010/03/30 8:23 UTC
Read the original article Hit count: 376

Filed under:
|
|

I need to start screen with some bash command to execute. Trying screen -S test -d -m bash -c './test.php' but have no result, screen didn't apear.

Even more, let's that i need to start something like that vlc -I ncurses --http-reconnect http://ip/ --sout '#duplicate{dst=std{access=http{user=,pwd=},mux=ts,dst=:51001}}' --ttl=255 --loop --repeat

© Super User or respective owner

Related posts about unix

Related posts about php