6 lines
305 B
Bash
6 lines
305 B
Bash
#!/usr/bin/env bash
|
|
# Symlink — the actual script is embedded at web/static/upload.sh
|
|
# For local dev, run: web/static/upload.sh
|
|
echo "The CLI script is served from the upload service itself."
|
|
echo "Install: curl -o ~/.local/bin/upload https://upload.jeffemmett.com/cli && chmod +x ~/.local/bin/upload"
|