Revision 13
Added by Aaron Marcuse-Kubitza about 13 years ago
test | ||
---|---|---|
6 | 6 |
export host= user=postgres database=vegbank |
7 | 7 |
if test -z "${password+_}" |
8 | 8 |
then |
9 |
echo "Password can also be specified with: export password=..." |
|
9 | 10 |
read -s -p "Password for $user@$host: "; echo |
10 | 11 |
export password="$REPLY" |
11 | 12 |
fi |
Also available in: Unified diff
Initial version of xml2db. Doesn't yet handle all duplicate rows correctly.