lxsh/test/include.sh
2021-12-20 15:59:42 +01:00

9 lines
143 B
Bash

#!/bin/sh
RAW="$(%include -f pipe.sh brace.sh)"
echo "$RAW"
{ %include -f pipe.sh; } | grep -q arch && echo "btw i use arch"
%include *.sh