Files
alpine/dockerfs/usr
jason e6d532747f Add self-contained copy and symlink helper scripts
- Add `dockerfs/usr/local/bin/copy` for copying files/dirs with progress output
- Add `dockerfs/usr/local/bin/symlink` as a wrapper around `ln -sf` with logging
- Both scripts include color output, NO_COLOR support, and unlink-before-write safety
- Provides standardized helpers for use inside Alpine Docker images

dockerfs/usr/local/bin/copy
dockerfs/usr/local/bin/symlink
2026-05-05 14:00:10 -04:00
..