command2.tests 115 B

123456
  1. echo "echo test1; ./test2.sh" >test1.sh
  2. echo "echo test2" >test2.sh
  3. command . ./test1.sh
  4. rm -f test1.sh test2.sh