Thread
:
Performing database revision control via a script
View Single Post
#
4
(
permalink
)
2007-09-21
docstephano
Junior Member
Join Date: 2007-09-05
Posts: 7
Rep Power:
0
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
docstephano
View Public Profile
Send a private message to docstephano
Find all posts by docstephano