maraigue (owner)

Revisions

gist: 86692 Download_button fork
public
Description:
現在のユーザのcrontabを表示する
Public Clone URL: git://gist.github.com/86692.git
Embed All Files: show embed
show-my-crontab.sh #
1
2
#!/bin/sh
EDITOR=cat crontab -e 2>/dev/null