2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-25 00:30:06 -07:00
repo/extra/iana-etc/build

6 lines
76 B
Plaintext
Raw Normal View History

2019-07-17 16:22:52 -06:00
#!/bin/sh -e
mkdir -p "$1/etc"
cp protocols "$1/etc"
cp services "$1/etc"