Current Path : /proc/2/cwd/opt/cpanel/ea-php56/root/usr/share/pear/RVSeagullMod/etc/ |
Current File : //proc/2/cwd/opt/cpanel/ea-php56/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