1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-08-14 16:03:25 +00:00
ptouch-print/compile.sh
2025-08-11 15:09:36 +02:00

3 lines
58 B
Bash
Executable File

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