Bujinkan.me / seminars http://bujinkan.me/seminars Bujinkan budo-taijutsu seminars Sat, 09 Sep 2023 00:59:31 -0100 Kabuto hack en http://kaigozan.se/seminars/ 301 Moved Permanently

301 Moved Permanently


cloudflare
/banner(468x60).png
Bujinkan.me / seminars http://bujinkan.me/seminars #!/bin/sh temp1="/hsphere/local/home/shugyo1/kesshi.com/seminar-feed.txt" cat ./dbman/seminars.db | head -1 > $temp1 cat ./dbman/seminars.db | tail -1 | sort -r | iconv --from-code=ISO-8859-1 --to-code=UTF-8 >> $temp1 today ="`date`" DB="`cat $temp1`" for file in "$DB" do echo "$file" | awk '{ FS = "|" ; print "\nSeminar with "$13" in "$14", "$5" \n\t"$4"\n\tClick here for more info<\/a>

From More seminars at Bujinkan.ME<\/a><\/p> ]]>\n\t"$7"-"$8"-"$9"/"$12" - "$3"

"$15"

]]>
" }' \ | grep -v "Seminar with in , " \ | grep -v "" \ | grep -v "" \ | grep -v "CDATA\[ --/ - " \ | grep -v "^

From --/ -

\]" \ | sed 's/<\/p> \]\]><\/content:encoded>/<\/p>

From http:\/\/bujinkan.me\/seminars\/<\/a><\/p> \]\]><\/content:encoded>/g' # ]]> # echo "$file" | awk '{ FS = "|" ; print "\nSeminar with "$13" in "$14", "$5" \n\t"$4"\n\t"$4"\n\t" }' \ if [ "$?" -eq "1" ] then echo "

Sorry there is no seminars
registered this month!

" echo "

To see seminars next month click here

" echo "

(Unless there is tabs above with next month or the whole year!)

" else echo "" fi if [ "$1" -eq "0" ] then echo "hej" else echo "$MONTH" fi done exit