Add simple shell script for running under csi.
This commit is contained in:
parent
36e6e3c3cf
commit
ed3c8fef63
1 changed files with 14 additions and 0 deletions
14
brmsaptool.sh
Normal file
14
brmsaptool.sh
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/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 \
|
||||||
|
-- \
|
||||||
|
"$@"
|
Loading…
Add table
Add a link
Reference in a new issue