misc
misc copied to clipboard
Results
1
misc issues
Sort by
recently updated
recently updated
newest added
Hi. Ran into interesting behaviour of your shell debugger. Test script is: ```bash #!/bin/bash cd "$(dirname "$(readlink -f "$0")")" || exit 127 echo Testing echo Testing echo 123 ``` Line...