pusher/script/bootstrap.sh
timerzz c16e02a7ea
All checks were successful
Build image / build (push) Successful in 1m21s
feat push可以不传id
2024-11-29 21:53:59 +08:00

4 lines
104 B
Bash

#! /usr/bin/env bash
CURDIR=$(cd $(dirname $0); pwd)
echo "$CURDIR/bin/pusher"
exec "$CURDIR/bin/pusher"