We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800db0a commit 6c8068dCopy full SHA for 6c8068d
packages/composer/amazeelabs/silverback-cli/test
@@ -1,6 +1,9 @@
1
#!/usr/bin/env bash
2
set -e
3
4
+echo "SQLite version:"
5
+sqlite3 --version
6
+
7
BASEDIR="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
8
9
function _cleanup {
0 commit comments