From: Peng Li Date: Sun, 5 Mar 2017 13:08:21 +0000 (+0800) Subject: update update.pl X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;ds=inline;h=435968c1d4c92a24edd78ea29a0656128b4f3a9e;p=blog.git update update.pl --- 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";