Create calendar form on a A4 page
#!/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
#!/bin/sh | |
pcal -o june.ps -P a4 -M -F 1 -E 01 2018 | |
ps2pdf june.ps |