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