mirror of
https://git.familie-radermacher.ch/linux/ptouch-print.git
synced 2025-05-13 15:22:56 +00:00
3 lines
58 B
Bash
Executable File
3 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p build && cd build && cmake ../ && make
|