cat << 'EOF' >test.sh #/bin/bash echo $1 EOF chmod +x test.sh ./test.sh "hello world"
Welcome to FreeSoftwareServers Confluence Wiki
Overview
Content Tools
Welcome to FreeSoftwareServers Confluence Wiki
cat << 'EOF' >test.sh #/bin/bash echo $1 EOF chmod +x test.sh ./test.sh "hello world"