4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
DIR="$(dirname "$(readlink -f "$0")")"
|
|
"$DIR/termix" --no-sandbox "$@"
|