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