Current Path : /opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/etc/ |
Current File : //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/etc/ociTableDrop.sh |
#!/bin/sh for ff in `ls` do if [ -d $ff/data ] then cd $ff/data [ -f schema.oci.drop.sql ] && sqlplus test/comverse @ schema.oci.drop.sql cd ../.. fi done