Last active
January 3, 2018 02:53
-
-
Save wincentbalin/e7809c0a41057d02f50424f51e9d1843 to your computer and use it in GitHub Desktop.
Create calendar form on a A4 page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
pcal -o june.ps -P a4 -M -F 1 -E 01 2018 | |
ps2pdf june.ps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment