hertz101/app/auth/script/bootstrap.sh
2025-01-20 16:22:41 +08:00

5 lines
101 B
Bash

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