1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00
stackdump/start_web.sh
Samuel Lai 429aa69660 Now uses Python if it can be found.
Jython was too slow, and took too much memory to be reliable, particularly for large data sets.
2011-09-14 22:35:56 +10:00

6 lines
102 B
Bash
Executable File

#!/bin/bash
SCRIPT_DIR=`dirname $0`
$SCRIPT_DIR/start_python.sh $SCRIPT_DIR/python/src/stackdump.py