#!/bin/sh

echo Setting executable flags
dp0="`dirname "$0"`"
cd "$dp0"
chmod +x *.so *.so.* adrci genezi sqlldr sqlloader uidrvci

