mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-03 19:26:34 +02:00
Added temporary file
This commit is contained in:
parent
d434cf0f73
commit
67e588a242
1 changed files with 6 additions and 0 deletions
6
debug.sh
Executable file
6
debug.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
while [ 1 ]
|
||||
do
|
||||
gdb --eval-command=run --eval-command=quit --args cyclone cyclone.scm
|
||||
done
|
Loading…
Add table
Reference in a new issue