6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cc $CFLAGS xxd.c
|
||
|
|
||
|
install -Dm755 a.out "$1/usr/bin/xxd"
|