Skip to content
test-sql.sh 238 B
Newer Older
Yuanle Song's avatar
Yuanle Song committed
#!/bin/sh
sqlite3 -echo \
	-cmd '.headers on' \
	-cmd '.prompt "zerodb> " "   ...> "' \
	-cmd 'attach "/home/sylecn/.cache/ibus/pinyin/main.db" as "maindb"; attach "/home/sylecn/.cache/ibus/pinyin/user-1.0.db" as "userdb";' \
Yuanle Song's avatar
Yuanle Song committed
	':memory:'