forked from kiss-community/repo
4 lines
51 B
Bash
Executable File
4 lines
51 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
install -t "$1/usr/bin" -D contrib/*
|