View Single Post
  #4 (permalink)  
Old 2007-09-21
docstephano docstephano is offline
Junior Member
 
Join Date: 2007-09-05
Posts: 7
Rep Power: 0
docstephano has an average reputation (10+)
Default Re: Performing database revision control via a script

Hello,
have you tried a simple redirecting standard input script like this one ?

#!/bin/bash
cat <<EOF | $FWDIR/bin/dbver
127.0.0.1
U
fwadmin
password
print_all
quit
EOF
Reply With Quote