i want to use fabric control my remote host
i want to fabric input shell command line to Code branch
example:
the shell code:
root@debian:~# cd /root
the fabric:
con.run('cd /root')
i want input shell code like this :
root@debian:~# cd \
root@debian:~# /root
how can i write my fabric code
i have a shell command with a long parameter, so i need to code branch