4 lines
96 B
Text
4 lines
96 B
Text
(rule
|
|
(progn
|
|
(with-stdout-to a (echo "GENERATED"))
|
|
(with-stdout-to b (echo "GENERATED"))))
|