test post receive hook + link the original script I have copied
This commit is contained in:
parent
dcc9c5344c
commit
03ecf62dd1
1 changed files with 1 additions and 0 deletions
|
@ -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]) {
|
||||||
|
|
Loading…
Reference in a new issue