mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
node-gyp rebuild &&
|
|
cd examples &&
|
|
#node face_detection.js
|
|
node $1
|