Skip to content

Instantly share code, notes, and snippets.

@chespinoza
Created December 10, 2018 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chespinoza/5cc1010496401839039ccd70bd2f60ca to your computer and use it in GitHub Desktop.
Save chespinoza/5cc1010496401839039ccd70bd2f60ca to your computer and use it in GitHub Desktop.
cat << EOF >> Pipfile
[scripts]
echospam = "echo I am really a very silly example"
EOF
pipenv run echospam
>> I am really a very silly example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment