mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -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\"";
|
||
|
|;
|