mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-12-25 23:29:28 -05:00
commit: nits
This commit is contained in:
parent
7a58ed466f
commit
6ff330cdd9
@ -395,7 +395,7 @@ See also https://securedrop.org/directory
|
||||
## Whonix
|
||||
* http://kkkkkkkkkk63ava6.onion/ main page :sos:
|
||||
* http://kkkkkkkkkk63ava6.onion/wiki/Main_Page wiki :sos:
|
||||
* http://forums.kkkkkkkkkk63ava6.onion/ forums :sos: :sos:
|
||||
* http://forums.kkkkkkkkkk63ava6.onion/ forums :sos:
|
||||
* http://kkkkkkkkkk63ava6.onion/wiki/Forcing_.onion_on_Whonix.org index of onion sites :sos:
|
||||
* also https://www.whonix.org/wiki/Forcing_.onion_on_Whonix.org
|
||||
|
||||
|
@ -7,6 +7,6 @@ for output in out/* ; do
|
||||
test ! -s $output || continue
|
||||
onion=`basename $output`
|
||||
echo annotating: $onion
|
||||
perl -pe "s!\$! :sos:! if (m!$onion!);" <$src >$dst
|
||||
perl -pe "s!\$! :sos:! if (m!/$onion/!);" <$src >$dst
|
||||
mv $dst $src
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user