Skip to content

Instantly share code, notes, and snippets.

@ubermuda
Created January 5, 2015 04:15
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 ubermuda/ec493567e96e1927adbc to your computer and use it in GitHub Desktop.
Save ubermuda/ec493567e96e1927adbc to your computer and use it in GitHub Desktop.
#!/bin/bash -x
if [ ! -f $1 ]; then
echo "Could not find $1"
exit 2
fi
mv $1 _posts/$(date +%Y-%m-%d)-$(basename $1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment