Create createdatabase.sh

This commit is contained in:
12nick12 2018-06-05 15:24:29 -04:00 committed by GitHub
parent 08d1c86d9e
commit 051233b038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
server/createdatabase.sh Normal file
View File

@ -0,0 +1 @@
sqlite3 sshjump.db 'create table sshjump(host, ip, port, id);'