mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-11 13:38:21 +01:00
7 lines
50 B
Bash
7 lines
50 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf work
|
||
|
exec bats bats/qp.bats
|
||
|
|
||
|
|