2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/core/baseinit/build
2019-06-20 10:45:35 +03:00

9 lines
100 B
Bash
Executable File

#!/bin/sh -e
install -dm 755 "$1/etc"
for f in inittab; do
install -m 644 "$f" "$1/etc"
done