Files
2026-07-13 12:42:18 +08:00

8 lines
178 B
Bash

#!/bin/bash
# Helper library sourced by sample.sh — used to verify `source` is
# resolved to a real file by _resolve_module_to_file.
lib_helper() {
echo "helper called"
}