update vereinsg; add script to do this automatically in the future
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
This commit is contained in:
6
update_laws.sh
Normal file
6
update_laws.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cargo r -- --clear-cache
|
||||
rm ./data/expected/overview/*
|
||||
rm ./data/expected/par/*
|
||||
cargo t
|
Reference in New Issue
Block a user