|
|
@ -0,0 +1,20 @@ |
|
|
|
#!/bin/sh |
|
|
|
URL="$(curl -s --head 'http://bandcamp.com/jobs#developer' | grep X-BC-Jobs | rev | cut -d\ -f1 | rev | tr -d '[[:space:]]')" |
|
|
|
echo $URL |
|
|
|
curl $URL |
|
|
|
URL="$(curl -s -XPOST "http://bandcamp.com/treasure2/berners-lee" -A "bcth/2.0" --cookie flavor=snickerdoodle -d 'in1980=cern&in1991=www&in2004=knight+commander' | sed -e 's/Munch!\ //g')" |
|
|
|
echo $URL |
|
|
|
curl $URL |
|
|
|
# solve some pseudocode |
|
|
|
# `rt`: right-char+previous-string+left-char |
|
|
|
# `lt`: left-char+previous-string+right-char |
|
|
|
curl -L 'http://bandcamp.com/treasure2/1ie_bos' > mailadress.html |
|
|
|
cat << HERE |
|
|
|
<style> |
|
|
|
.e .m .a~.i .l, .y .o~.u>.r, .c~.o~.v .e .r, .l+.e~.t .t .e~.r, .a .n .d, .r~.e+.s~.u .m~.e .t+.o { |
|
|
|
font-size: 128px; |
|
|
|
color: red; |
|
|
|
} |
|
|
|
</style> |
|
|
|
HERE |
|
|
|
echo "vegemite@bandcamp.com" |