bb23ce3aaf
Fixes #876, more or less.
11 lines
187 B
Bash
Executable File
11 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
# This builds out of date modules using the default C compiler, and then
|
|
# runs them.
|
|
|
|
|
|
ROOT="$(dirname $(realpath $0))"
|
|
|
|
|
|
export RENPY_GDB="gdb --args"
|
|
. "$ROOT/run.sh" "$@"
|