This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2025-02-25 07:36:28 -07:00
Code
Issues
Wiki
c80a76bb58
repo
/
core
/
baseinit
/
build
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
baseinit: Initial commit.
2019-06-20 01:45:35 -06:00
#!/bin/sh -e
baseinit: Update package.
2019-06-20 12:47:13 -06:00
mkdir -p "$1/etc"
baseinit: Initial commit.
2019-06-20 01:45:35 -06:00
baseinit: Update package.
2019-06-20 12:47:13 -06:00
for f in src/*; do
baseinit: Initial commit.
2019-06-20 01:45:35 -06:00
install -m 644 "$f" "$1/etc"
done
Copy Permalink