Skip to content

Instantly share code, notes, and snippets.

@1stvamp
Created May 1, 2012 07:18
Show Gist options
  • Save 1stvamp/2565886 to your computer and use it in GitHub Desktop.
Save 1stvamp/2565886 to your computer and use it in GitHub Desktop.
Wrap curl to output a newline after output
#!/bin/bash
# Add this to your .bashrc
# alias curl="/path/to/curl_wrapper.sh"
curl $*
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment