- Updated .gitignore to reflect current project structure - Updated README with current build and installation instructions - Added cmd, internal, and scripts directories for project organization - Added build artifacts and installation scripts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# Convenience wrapper to install the app into ~/.local/bin.
|
|
set -euo pipefail
|
|
"$(dirname "$0")/scripts/install.sh" "$@"
|