mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
4 lines
69 B
Bash
4 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -Rf build && cmake -B build -G Ninja && ninja -C build
|