getcrontab (118B)
1 #!/bin/sh 2 # Copyright 2022 Jacob R. Edwards 3 # Get your current crontab. 4 5 VISUAL=cat EDITOR=cat crontab -e 2>/dev/null