Skip to content

Instantly share code, notes, and snippets.

@mmaha
Created September 4, 2011 12:37
Show Gist options
  • Save mmaha/1192800 to your computer and use it in GitHub Desktop.
Save mmaha/1192800 to your computer and use it in GitHub Desktop.
Display calendar for next month
#!/bin/sh
cal $(date -v +1m "+%m %Y")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment