···11# Scripts
2233-Isolated files that can be run directly, assuming they are given execution permissions (`chmod +x script_path` and visible in the PATH)
33+Isolated files that can be run directly once they are given execution permissions with `chmod +x script_path` and are added to the PATH
4455## Languages
6677-```
88-zsh, swift, python3
99-```
1010-117```sh
128#! /usr/bin/env zsh
1313-#! /usr/bin/env swift
99+#! /usr/bin/env -S uv run --script
1410#! /usr/bin/env python3
1111+#! /usr/bin/env swift
1512```
16131714Binary files are compiled for apple silicon from the adjacent script
18151916``` sh
2020-cool-thing # binary
2121-cool-thing.swift # original script
1717+swift-tool # binary
1818+swift-tool.swift # script
2219```
23202421