Happy !
PierreChanson / TPZ-Talk
About TPZ-Talk
Talk from your Pharo image to a Gemstone database via topaz and get objects !
Compatible with the gemstone and topaz one clic configuration gsDevKitHome
Get the STON package in your image.
Create the tpzTalk.sh script in your workspace :
#!/bin/bash
<My gsDevKitHome topaz executable> -l <<EOF
set gemstone devKit username DataCurator password swordfish
login
printIt
$1
%
exit
EOF
