mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-12-16 12:55:25 +01:00
2 lines
58 B
Bash
Executable file
2 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
mkdir -p build && cd build && cmake ../ && make
|