7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
mv makefile.mid makefile
|
|
|
|
make
|
|
install -Dm755 atto "$1/usr/bin/atto"
|