Providing a script to sync sources

This commit is contained in:
Matthias Koefferlein 2025-11-07 00:46:59 +01:00
parent d2e5393d0c
commit cc3bda51a5
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -76,4 +76,5 @@ py.typed
# temp files
.tmp*
.venv

3
src/plugins/streamers/lstream/db_plugin/fetch.sh Normal file → Executable file
View File

@ -1,7 +1,8 @@
#!/bin/bash -e
rm -rf capnp_src
rm *.cc *.h
mkdir capnp_src
rm -f *.cc *.h
tmp=.tmp
rm -rf $tmp