mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
4 lines
140 B
Bash
Executable file
4 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
valgrind "$@" 2>&1 | grep -v "Warning: DWARF2 reader: Badly formed extended line op encountered"
|
|
exit ${PIPESTATUS[0]}
|