This repository has been archived on 2026-07-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
moreWiki/More Wiki in a jar/bin/start.sh
T
2012-01-08 15:18:29 +01:00

14 lines
197 B
Bash

#!/bin/bash
cd ..
java -Dfile.encoding=UTF-8 -jar wiki.in.a.jar 3003 &
echo "Wiki server started"
echo ""
echo "URL: http://localhost:3003/wiki"
echo ""
echo "Hit enter to continue"
read dummy