crontab -e [username]
是否有我可以在Capistrano运行命令中使用的脚本来设置crontab的内容?
crontab -u userName -l > fileName
列出fileName中userName的crontab文件.
然后我会使用ruby(或其他语言)脚本来更新文件.
最后我会用
crontab -u userName fileName
更新userName的crontab