cmd := exec.Command("/bin/sh", "/home/ftptest/testsh.sh")
cmd.Dir = "/home/ftptest/code/CICD"
_, err := cmd.Output()
#!/bin/bash cd /home/ftptest/;mkdir t;mv t t123;cd t123;echo asd >123.txt;
#!/bin/bash cd /home/ftptest/;mkdir t;mv t t123;cd t123;echo asd >123.txt;