mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-23 18:29:50 -04:00
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
let script = include str "./include_example.sh";
|
||
|
assert |
|
||
|
script == "#!/usr/bin/env bash
|
||
|
echo \"included\"";
|
||
|
|;
|