1
0
mirror of https://github.com/jtgans/g13gui.git synced 2025-07-11 03:39:00 -04:00
g13gui/tools/in-env
2024-03-28 19:36:56 -05:00

7 lines
53 B
Bash
Executable File

#!/bin/bash
source env/bin/activate
"$@"
exit "$?"