I am trying to execute a script on a remote host using a detached screen session. I tried out the example Fabric gives and unfortunately couldn\'t get it to work.
run('screen -d -m yes; sleep 1') works.
run('screen -d -m yes; sleep 1')
Not sure if Fabric or screen are to blame for this behaviour though.