diff options
Diffstat (limited to 'sys/nixpkgs/pkgs/scripts/source/specific/ytcc')
-rwxr-xr-x | sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh b/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh deleted file mode 100755 index ae9107b9..00000000 --- a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env dash - -# shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH - -jq --raw-output '.description' "$XDG_RUNTIME_DIR/ytcc/running" | fmt -u -s | less - -# vim: ft=sh |