mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-15 00:23:05 -05:00
4 lines
38 B
Bash
4 lines
38 B
Bash
|
#!/bin/bash
|
||
|
cd ..
|
||
|
python -m pytest $@
|