Files
rainblogweb/rainweb-cli.sh
T
2026-06-19 19:34:04 +08:00

4 lines
50 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
node cli.js "$@"