mirror of
https://github.com/djohnlewis/stackdump
synced 2024-12-04 23:17:37 +00:00
429aa69660
Jython was too slow, and took too much memory to be reliable, particularly for large data sets.
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SCRIPT_DIR=`dirname $0`
|
|
|
|
$SCRIPT_DIR/start_python.sh $SCRIPT_DIR/python/src/stackdump.py
|