X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=crontab-argh.c;h=3fc7e3e991b0909396db7dc8972cf2d7c9132ccc;hb=da771423ccb2547eb0d304c1b9ea7b32cc95144b;hp=504073a6efcaf1252052222c19fc85f0b70ae583;hpb=6c0b4eb4c5f8f671bcc0b6c010776fe4ed79c764;p=bin.git diff --git a/crontab-argh.c b/crontab-argh.c old mode 100755 new mode 100644 index 504073a..3fc7e3e --- a/crontab-argh.c +++ b/crontab-argh.c @@ -1,5 +1,6 @@ -// stops you from accidentally running crontab -r -// alias this to crontab +/* Stops you from accidentally running crontab -r. alias this to crontab. + Alternatively, if you are on a GNU system, you can just alias "crontab -r" to + "crontab -ri", but this isn't POSIX. */ #include #include @@ -25,5 +26,4 @@ int main(int argc, char *argv[]) { } } system(arg); - return 0; }