mirror of
https://github.com/janet-lang/janet
synced 2025-05-05 00:44:14 +00:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
valgrind build/janet examples/sysir/drawing.janet > temp.c
|
|
cc temp.c
|
|
./a.out > temp.bmp
|
|
feh temp.bmp
|