6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make
|
||
|
|
||
|
install -Dm755 lsd "$1/usr/bin/lsd"
|