0
0

feat: external export

This commit is contained in:
2023-10-04 09:21:35 +02:00
parent 44756cd11c
commit ef18b9d3fc

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
export OUTER_FOO=baz
test_cmd(){
echo "baz"
}