hertz101/app/user/script/bootstrap.sh
2025-01-17 17:09:32 +08:00

5 lines
101 B
Bash

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