14 lines
212 B
Bash
14 lines
212 B
Bash
#!/bin/sh
|
|
|
|
csi -q -b \
|
|
testing.scm \
|
|
listing.scm \
|
|
dictionary.scm \
|
|
month.scm \
|
|
period.scm \
|
|
ansi.scm \
|
|
member-file.scm \
|
|
command-line.scm \
|
|
brmsaptool.scm \
|
|
-- \
|
|
"$@"
|