执行命令
bash -c
#!/bin/bash
bash -c "echo 'HELLO WORLD'"exec
#!/bin/bash
bash -c "echo 'HELLO WORLD'"source
#!/bin/bash
source shell.sh()
最后更新于
#!/bin/bash
bash -c "echo 'HELLO WORLD'"#!/bin/bash
bash -c "echo 'HELLO WORLD'"#!/bin/bash
source shell.sh最后更新于
#!/bin/bash
$(cd ..;ls -l)