-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
eiedouno edited this page May 21, 2026
·
3 revisions
- 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 thesourcecommand and you must reference a directory relative to the project root.
Example:source ./src/main2.bash
NOT:source /home/user/example/src/main2.bash
- A: Using