diff --git a/scheme/rdebug b/scheme/rdebug new file mode 100755 index 0000000..9b60d17 --- /dev/null +++ b/scheme/rdebug @@ -0,0 +1,2 @@ +#!/bin/sh +exec ledit scsh -lel module-system/load.scm -lel interaction/load.scm -o socket2stdports -c '(socket<->stdports "localhost" 8888)'