diff --git a/link-webs b/link-webs deleted file mode 100755 index 51448cc..0000000 --- a/link-webs +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -WEBS=/home/server/www/webs -WWW=/home/server/www - -for tlds in $WEBS/*/*; do - mkdir -p $WWW/`basename $tlds` - cd $WWW/`basename $tlds`; - for domain in $tlds/*; do - mkdir -p `basename $domain` - cd `basename $domain` - for subdomain in $domain/*; do - ln -s $subdomain - done - done -done diff --git a/quiz.py b/quiz.py new file mode 120000 index 0000000..92aba2a --- /dev/null +++ b/quiz.py @@ -0,0 +1 @@ +/home/nico/vcs/ungleich-dot-cdist/type/__ungleich_quiz/files/quiz/bin/quiz.py \ No newline at end of file