xref
: /
dports
/
science
/
jmol
/
jmol-14.32.7
/
doc
/
source
/
xml2po.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
#
3
# wrapper script for
xml2po.py
python script
4
5
echo
$*
6
python
$*
7
8
echo
done
.
9
10