X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=cgi-bin%2Fupdate.pl;fp=cgi-bin%2Fupdate.pl;h=ec288f8fe9904a66a3d67ed7346ec0332e3380ee;hb=435968c1d4c92a24edd78ea29a0656128b4f3a9e;hp=c560e39cae5b45067990b651e27f6f799366e36a;hpb=e2b735f8dd1f2e338aefc67f0701b6c578927956;p=blog.git diff --git a/cgi-bin/update.pl b/cgi-bin/update.pl index c560e39..ec288f8 100755 --- a/cgi-bin/update.pl +++ b/cgi-bin/update.pl @@ -4,10 +4,11 @@ use strict; use CGI qw/:standard/; +print `cd .. && make update`; + print header; print start_html("Update"); print br; -print `make update`; print "Hello world\n";