5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SELF_DIR="$(dirname "$(readlink -f "$0")")"
|
|
cd "$SELF_DIR/usr/bin/"
|
|
exec "pybitmessage" |