X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bin%2Fgal-mj-upload;h=e7fce29f80017bdd143cfc7c6d5ec7e1433355d1;hb=cde61557c48e9889d942fb95fcb762e6c24f15a3;hp=6fc7cf1d5ff33032bf520950f03fa4866497e02c;hpb=d94da8d601fa080700f1d610089ec5f602d5ee88;p=gallery.git diff --git a/bin/gal-mj-upload b/bin/gal-mj-upload index 6fc7cf1..e7fce29 100755 --- a/bin/gal-mj-upload +++ b/bin/gal-mj-upload @@ -1,7 +1,7 @@ #!/usr/bin/perl +# This is a hack to upload a locally generated gallery to MJ's web. -use strict; -use warnings; +use common::sense; print "## Updating Git\n"; system "git", "pull";