Skip to content

Instantly share code, notes, and snippets.

@nasser
Created June 4, 2015 19:44
Show Gist options
  • Save nasser/5042bd7a40432158ae69 to your computer and use it in GitHub Desktop.
Save nasser/5042bd7a40432158ae69 to your computer and use it in GitHub Desktop.
Data-URI dump file
#!/bin/sh
echo "data:"`file --mime-type -b $1`";base64,"
cat $1 | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment