No description
Find a file
2025-12-09 16:22:23 +00:00
README.md Add readme 2025-12-09 16:22:23 +00:00
skald initial 2025-12-05 22:11:07 -05:00

Skald is a simple convenience bash script I started as my own kind of "Odin omnitool". Currently it provides two functions:

  • skald vendor <pkg> will copy pkg from your Odin shared collection into the current directory
  • skald install [pkg] will compile and install an Odin program. If pkg is empty, it will try to install from the current directory. If pkg is provided, it will attempt to install from a subdirectory of that name inside the current directory.

The root directory of your shared collection is configurable via the SHARED_ROOT variable at the top of the script.

The install path for built binaries is configurable via the LOCAL_BIN variable at the top of the script.