mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-04-10 14:39:06 +02:00
8 lines
179 B
Bash
8 lines
179 B
Bash
#!/bin/bash
|
|
|
|
echo "Begin build-script.sh"
|
|
|
|
sudo timelimit -S9 -t2000 -T10 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
|
|
|
|
echo "End build-script.sh"
|