Skip to content
eiedouno edited this page May 21, 2026 · 3 revisions

Frequently Asked Questions

  • Q: How would I source / run a different project file?
    • A: Using . to source a file is not supported when building with shuttle. To source a file, you must use the source command and you must reference a directory relative to the project root.
      Example:
      source ./src/main2.bash
      NOT: source /home/user/example/src/main2.bash

Clone this wiki locally