Skip to content

Instantly share code, notes, and snippets.

@dnlcrl
Last active April 17, 2016 10:08
Show Gist options
  • Save dnlcrl/8c00de463372b72427faa277103c64c2 to your computer and use it in GitHub Desktop.
Save dnlcrl/8c00de463372b72427faa277103c64c2 to your computer and use it in GitHub Desktop.
Easily generate new password and copy it in the clipboard
#!/bin/bash
date | md5 | tail -c 16 | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment