6 lines
70 B
Plaintext
Raw Normal View History

2021-11-07 14:33:48 -03:00
#!/bin/sh -e
cc $CFLAGS xxd.c
install -Dm755 a.out "$1/usr/bin/xxd"