Menu

[0c50c7]: / test / integration / trace.tests  Maximize  Restore  History

Download this file

12 lines (8 with data), 388 Bytes

#!/bin/bash -f
# -*- shell-script -*-

[ -z "$top_srcdir" ] && export srcdir=$PWD/../..
[ -z "$top_builddir" ] && export top_builddir=$builddir/../..

debugged_script="${top_srcdir}/test/example/$hanoi.sh"
[[ ! -r $debugged_script ]] && \
    debugged_script="${top_builddir}/test/example/hanoi.sh"

$SH ${top_builddir}/bashdb -B -q --no-highlight --nx -L $top_srcdir -X $debugged_script
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.