why to use git
more information at this meeting … http://jsug.at/wiki/Meeting_20
more information at this meeting … http://jsug.at/wiki/Meeting_20
hey guys, have had troubles with umlauts … so, quick and dirty, i’ve written some lines for the bash: #! /bin/bash # rnUmlauts.sh ONE=1 number=0 EXPECTED_ARGS=2 if [ $# -ne $EXPECTED_ARGS -o \( “$1” != “–test” -a “$1” != “–force” \) ] then echo “NAME” echo “\trnUmlauts - Renaming files with umlauts\n” echo “Synopsis” echo “\t`basename $0` –force|–test pathname\n” echo “Examples” echo “\t`basename $0` –test /usr/share” echo “\t\tonly shows which files will be renamed in the directory /usr/share\n” echo “\t`basename $0` –force /etc/doIt” echo “\t\trenaming the files with umlauts in the directory /etc/doIt\n” exit 1 fiif [ -d $2 ]; then echo “Searching for files with umlauts in $2 …” else echo “Directory $2 doesn’t exist!...
hi folks! after countless requests there are new features online for my galleries … look for yourself! wish you happy picture-surfing! best regards!
on the way to work, i was listening to this great song … so i thought, you’ve to publish the lyrics to it … [spoken] This is the greatest and best song in the world… Tribute. Long time ago me and my brother Kyle here, we was hitchhikin' down a long and lonesome road. All of a sudden, there shined a shiny demon… in the middle… of the road. And he said: [sung] “Play the best song in the world, or I’ll eat your soul....