This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# ./ypd².sh http://youporn-deutsch.com/video/2961/schneeflittchen-2 | |
# ./ypd².sh http://youporn-deutsch.com/video/2720/dornm%C3%B6schen | |
foo=(`echo $1|cut -d/ -f5,6|sed 'su/u u'`) | |
foo[2]=$(printf "`echo $foo[2]|sed 's/+/ /g;s/%/\\\\x/g'`") | |
echo video id: $foo[1] | |
echo file name: $foo[2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/zsh | |
# v0.1 jomat 2011-12-16 created makefile | |
# v0.2 ssc 2011-12-17 added toilet infos | |
# v0.3 sepi 2011-12-17 outsourced to shell script, catches ctrl_c | |
# v0.4 ssc 2011-12-17 added 2min user timeout and speech stuff (speak,shout) | |
#jmt learn to readable code :) | |
trap ctrl_c INT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# save a | separated list in the TABLE_FILE | |
# i. e: | |
# | 02dec2011 21:23 | 5 | matemat | jomat | | |
# | 02dec2011 21:42 | 20 | matetjunkie | jomat | Direktverkauf 20 Stueck 1-Euro-Mate | | |
# | 05dec2011 20:23 | 46.6 | matemat | jomat | | |
# and run me | |
TABLE_FILE=/tmp/kohlen |
NewerOlder