test post receive hook + link the original script I have copied

This commit is contained in:
Von Random 2015-08-10 13:50:16 +03:00
parent dcc9c5344c
commit 03ecf62dd1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# taken from https://github.com/iraquitan/custom-scripts/blob/master/simpler.sh
use open ':std', ':encoding(UTF-8)'; use open ':std', ':encoding(UTF-8)';
my $block = shift || (chr(0x2588) x 3); my $block = shift || (chr(0x2588) x 3);
for (["", 0], ["1;", 0], ["", 8], ["1;", 8]) { for (["", 0], ["1;", 0], ["", 8], ["1;", 8]) {