Files
Termix/electron/run.sh
2025-11-05 00:08:31 -06:00

4 lines
83 B
Bash

#!/bin/bash
DIR="$(dirname "$(readlink -f "$0")")"
"$DIR/termix" --no-sandbox "$@"