source: util/src/convertpdb.sh.in@ 3b470f

Last change on this file since 3b470f was bad406, checked in by Frederik Heber <heber@…>, 17 years ago

renamed all shell files to sh.in, replaced /bin/sh by @SHELL@ and included them in configure.ac

  • Property mode set to 100755
File size: 105 bytes
Line 
1#!@SHELL@
2#
3# converts pdb to xyz via babel
4
5if [ ! -z "$1" ]; then
6 babel -ipdb $1.pdb -oxyz $1.xyz
7fi
Note: See TracBrowser for help on using the repository browser.