img2pdf/install.sh
stu f00ca45f59 Update .gitignore, README, and add build outputs and tooling
- 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>
2025-12-01 09:28:38 -05:00

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" "$@"