Skip to content

Instantly share code, notes, and snippets.

@j1g54w1337
Created February 10, 2022 08:48
Show Gist options
  • Select an option

  • Save j1g54w1337/ebd0368ab1f7d6b4ab4bf36535a341db to your computer and use it in GitHub Desktop.

Select an option

Save j1g54w1337/ebd0368ab1f7d6b4ab4bf36535a341db to your computer and use it in GitHub Desktop.
Pass multi line to file in shell
cat <<EOF > print.sh
#!/bin/bash
echo \$PWD
echo $PWD
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment