下のように書くとスクリプトが作れるみたい
ようやくお仕事中に Lispが使えそうだぞっ。ふひひ。

#!/usr/bin/env gosh
(use gauche.process)

(print "script run!")

(run-process '(ls -la) :wait #t)

(print "script end!")

https://practical-scheme.net/gauche/man/gauche-refj/SchemesukuriputowoShu-ku.html
http://www.cudo29.org/gauche.html