pack -- pack and move at a moment's notice.
Use zig master. Just run
zig build
Creates an empty .pack
file in cwd if it doesn't exist yet.
Adds given file paths to .pack
file.
Pulls the files specified in .pack
to store/
under current directory, preserving their paths. This repo can be committed to git.
Pulls the files specified in .pack
out of store/
and into their original absolute paths on the system.