mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-04 14:05:41 -07:00
9 lines
175 B
Bash
Executable File
9 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# kiss-repodepends
|
|
|
|
# Disable this warning as the output
|
|
# from 'kiss s' is intended to be split.
|
|
# shellcheck disable=2046
|
|
cat $(kiss s "$1")/depends 2>/dev/null
|