about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh')
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh b/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh
new file mode 100755
index 00000000..e2a1afaa
--- /dev/null
+++ b/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env dash
+
+# shellcheck source=/dev/null
+SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH
+
+jq --raw-output '.description' "$XDG_RUNTIME_DIR/ytcc/running" | fmt -u -s | less
+
+# vim: ft=sh