mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-04-21 19:40:37 +00:00
4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
"$(dirname $(dirname $0))/bin/node" "$(dirname $(dirname $0))/bin/telebit.js" "$@"
|
|
exit $?
|