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
2024-11-16 03:30:23 -07:00
Code
Issues
Wiki
7d4f45fdc4
repo
/
core
/
kiss-utils
/
build
8 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kiss-utils: new package at 0.1
2019-10-05 02:10:27 -06:00
#!/bin/sh -e
kiss-utils: bump to 0.3.0
2019-10-30 04:54:25 -06:00
cd contrib
kiss-utils: new package at 0.1
2019-10-05 02:10:27 -06:00
for bin in *; do
install -D "$bin" "$1/usr/bin/$bin"
done
Copy Permalink