Kucing EOF

$ cat <<EOF > print.sh
#!/bin/bash
echo \$PWD
echo $PWD
EOF
Functional Platypus