mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-27 20:36:31 -04:00
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/usr/bin/env sh
|
|
rm -rf cmake-build-debug CMakeFiles cmake_install.cmake CMakeCache.txt Makefile
|
|
cmake ./
|
|
sleep 10 # prevents clock skew
|
|
make
|