Files
ptouch-print/compile.sh
T

3 lines
58 B
Bash
Executable File

#!/bin/sh
mkdir -p build && cd build && cmake ../ && make