From 6595b057826b0bd45757389a223ed788eac90e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Tue, 24 May 2022 08:57:53 +0200 Subject: [PATCH] shellcheck exclude --- tweet_music | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tweet_music b/tweet_music index c27e3d0..3d0bcd9 100755 --- a/tweet_music +++ b/tweet_music @@ -1,7 +1,8 @@ #!/bin/bash #//config #Path twurlis not EXPORT -twurlp="/usr/bin/ruby /home/karl/.local/share/gem/ruby/3.0.0/bin/twurl" +# shellcheck disable=SC2086 # code is irrelevant because it is already double quoted grrrr… + twurlp="/usr/bin/ruby /home/karl/.local/share/gem/ruby/3.0.0/bin/twurl" #twurlp="twurl" user="dewomser" #//Musikinfo von Clementie Audioplayer holen