Skip to content

Instantly share code, notes, and snippets.

@edgardleal
Created March 12, 2014 02:30
Show Gist options
  • Save edgardleal/9499639 to your computer and use it in GitHub Desktop.
Save edgardleal/9499639 to your computer and use it in GitHub Desktop.
Execute sql command in firebird database on shell script
isql -user SYSDBA -password masterkey /var/firebird/database.fdb -i "/home/tux/sql/command.sql" -o "/home/tux/log/log.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment