mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2025-03-02 03:49:39 -05:00
commit: run on new server
This commit is contained in:
parent
c265ec06b1
commit
172383b81d
8
Makefile
8
Makefile
@ -1,5 +1,11 @@
|
|||||||
all:
|
README.md:
|
||||||
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
|
( cat 01-preamble.md ; perl walk.pl ; cat 02-footnotes.md ) > README.md
|
||||||
|
|
||||||
|
update:
|
||||||
|
git pull
|
||||||
|
./checker.sh
|
||||||
|
make README.md
|
||||||
|
git add .
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *~
|
rm *~
|
||||||
|
2
walk.pl
2
walk.pl
@ -145,7 +145,7 @@ foreach $catname (sort { (scalar keys %{$tree{$a}}) <=> (scalar keys %{$tree{$b}
|
|||||||
|
|
||||||
foreach my $line (@{$onion->{proof}}) {
|
foreach my $line (@{$onion->{proof}}) {
|
||||||
print " * $line";
|
print " * $line";
|
||||||
print " :no_entry_sign: Not HTTPS" if ($line !~ m!https://!);
|
print " :no_entry_sign: Not HTTPS" if ($line =~ m!http://!);
|
||||||
print "\n";
|
print "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user