mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 12:45:22 +01:00
First push from Satoshi Portal's own cyphernode
This commit is contained in:
12
proxy_docker/app/script/sql.sh
Normal file
12
proxy_docker/app/script/sql.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ./trace.sh
|
||||
|
||||
sql()
|
||||
{
|
||||
trace "sqlite3 ${DB_FILE} '${1}'"
|
||||
sqlite3 -cmd ".timeout 20000" ${DB_FILE} "${1}"
|
||||
return $?
|
||||
}
|
||||
|
||||
case "${0}" in *sql.sh) sql $@;; esac
|
||||
Reference in New Issue
Block a user