config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

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