This website works better with JavaScript.
Home
Help
Register
Sign In
dvn
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
91
Wiki
Activity
Browse Source
adding Windoze make batch
async_key_management
Volker Birk
7 years ago
parent
28d71c4948
commit
e262795f01
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
db/make_systemdb.cmd
+ 5
- 0
db/make_systemdb.cmd
View File
@ -0,0 +1,5 @@
@
echo
off
if
exist
system.db
del
/f system.db
sqlite3 -batch system.db
<
create_system_db.sql
for
%%
c
in
(
*.csv
)
do
echo
%%
c
&&
echo
.import
"
%%
c
"
wordlist
|
sqlite3 -batch -csv system.db
Write
Preview
Loading…
Cancel
Save