#!/bin/sh
wiki=$(zenity --title="Start Wikis" --list --height=300 --text="Choose which wiki to start" --radiolist --column="" --column="Wiki" a wiki1 b wiki2 c wiki3 ... x blank)
port=$(zenity --title="Select Port" --list --height=300 --text="Choose which port" --radiolist --column="" --column="Port" a 8080 b 8081 c 8082 d 8083 ...)
cd /path/to/wikis/$wiki; tiddlywiki --server $port || exit 1 --
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.