mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
4 lines
52 B
Bash
Executable File
4 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
rm -f oott.db
|
|
cargo test -- --show-output
|