Skip to content

Instantly share code, notes, and snippets.

@likejazz
Created February 5, 2015 00:32
Show Gist options
  • Save likejazz/c34b3bbc199ed8dab7ff to your computer and use it in GitHub Desktop.
Save likejazz/c34b3bbc199ed8dab7ff to your computer and use it in GitHub Desktop.
#!/bin/bash
url=`pbpaste`
url=$(echo $url | sed 's/www.dropbox.com/dl.dropboxusercontent.com/g' | tr -d '\n')
echo "$url"
echo "$url" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment