pusher/script/bootstrap.sh

4 lines
104 B
Bash
Raw Normal View History

2024-05-17 18:02:10 +08:00
#! /usr/bin/env bash
CURDIR=$(cd $(dirname $0); pwd)
echo "$CURDIR/bin/pusher"
exec "$CURDIR/bin/pusher"