6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname $0)/../src" || exit
|
|
|
|
python3 -m zshell "$@"
|