mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04: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
|
||||
|
||||
update:
|
||||
git pull
|
||||
./checker.sh
|
||||
make README.md
|
||||
git add .
|
||||
|
||||
clean:
|
||||
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}}) {
|
||||
print " * $line";
|
||||
print " :no_entry_sign: Not HTTPS" if ($line !~ m!https://!);
|
||||
print " :no_entry_sign: Not HTTPS" if ($line =~ m!http://!);
|
||||
print "\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user