sshjump/server/createdatabase.sh

2 lines
63 B
Bash
Raw Normal View History

2018-06-05 15:24:29 -04:00
sqlite3 sshjump.db 'create table sshjump(host, ip, port, id);'