8 lines
73 B
Bash
Executable File
8 lines
73 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
cd src/main/cpp
|
|
|
|
make
|
|
|
|
install -Dm755 tiv "$1/usr/bin/tiv"
|