5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
install -Dm755 atto "$1/usr/bin/atto"
|