mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-19 16:03:49 -04:00
7 lines
53 B
Bash
Executable File
7 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source env/bin/activate
|
|
"$@"
|
|
exit "$?"
|
|
|