This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
kiss
Watch
1
Star
0
Fork
1
You've already forked kiss
mirror of
https://codeberg.org/kiss-community/kiss
synced
2024-11-19 21:10:07 -07:00
Code
Issues
Wiki
fdf2775640
kiss
/
contrib
/
kiss-repodepends
5 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kiss: Merge kiss-utils and kiss
2019-10-30 04:51:48 -06:00
#!/bin/sh
kiss: Integrate with user scripts. kiss' help output will now include all executables found in $PATH which begin with kiss-*. A comment string is optionally usable via setting the second line of the script to a string. Example: ... This also means that 'kiss <script name>' is also possible now. If I have a script in my $PATH called kiss-depends, I can now use it via kiss with 'kiss depends'.
2020-04-18 02:39:37 -06:00
# Display a package's original dependencies.
kiss: Merge kiss-utils and kiss
2019-10-30 04:51:48 -06:00
kiss: Integrate with user scripts. kiss' help output will now include all executables found in $PATH which begin with kiss-*. A comment string is optionally usable via setting the second line of the script to a string. Example: ... This also means that 'kiss <script name>' is also possible now. If I have a script in my $PATH called kiss-depends, I can now use it via kiss with 'kiss depends'.
2020-04-18 02:39:37 -06:00
cat "$(kiss s "$1")/depends" 2>/dev/null
Copy Permalink