===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cantata-2.4.2.ds1/cantata-remote.cmake-68-if [ "$dbus" != "" ] ; then
cantata-2.4.2.ds1/cantata-remote.cmake:69:    status=`$dbus --print-reply --reply-timeout=250 --type=method_call --session --dest=$service $path org.freedesktop.DBus.Peer.Ping 2>&1 | grep "org.freedesktop.DBus.Error.ServiceUnknown" | wc -l`
cantata-2.4.2.ds1/cantata-remote.cmake-70-    if [ "$status" != "0" ] ; then
##############################################
cantata-2.4.2.ds1/cmake/DeployQt5.cmake-344-        install(CODE
cantata-2.4.2.ds1/cmake/DeployQt5.cmake:345:  "include(\"${DeployQt5_cmake_dir}/DeployQt5.cmake\")
cantata-2.4.2.ds1/cmake/DeployQt5.cmake-346-  set(BU_CHMOD_BUNDLE_ITEMS TRUE)
##############################################
cantata-2.4.2.ds1/playlists/cantata-dynamic-232-        @artistSearchResults=();
cantata-2.4.2.ds1/playlists/cantata-dynamic:233:        @artists=`wget "https://ws.audioscrobbler.com/2.0/?method=artist.getSimilar&api_key=${api_key}&artist=${artist}&format=xml&limit=50" -O - | grep "<artist><name>" | grep -v "similarartists artist"`;
cantata-2.4.2.ds1/playlists/cantata-dynamic-234-        foreach my $artist (@artists) {
##############################################
cantata-2.4.2.ds1/playlists/cantata-dynamic-607-            # Linux
cantata-2.4.2.ds1/playlists/cantata-dynamic:608:            system("qdbus mpd.cantata /cantata ${method} ${argument}");
cantata-2.4.2.ds1/playlists/cantata-dynamic-609-            if ( $? == -1 ) {
cantata-2.4.2.ds1/playlists/cantata-dynamic-610-                # Maybe qdbus is not installed? Try dbus-send...
cantata-2.4.2.ds1/playlists/cantata-dynamic:611:                system("dbus-send --type=method_call --session --dest=mpd.cantata /cantata mpd.cantata.${method} string:${argument}");
cantata-2.4.2.ds1/playlists/cantata-dynamic-612-            }
##############################################
cantata-2.4.2.ds1/playlists/cantata-dynamic-1065-    if ($pid>0) {
cantata-2.4.2.ds1/playlists/cantata-dynamic:1066:        system("kill", $pid);
cantata-2.4.2.ds1/playlists/cantata-dynamic:1067:        system("pkill", "-P", $pid);
cantata-2.4.2.ds1/playlists/cantata-dynamic-1068-    }
##############################################
cantata-2.4.2.ds1/playlists/cantata-dynamic-1323-        }
cantata-2.4.2.ds1/playlists/cantata-dynamic:1324:        system("ln -s \"${rulesName}\" \"${activeFile}\"");
cantata-2.4.2.ds1/playlists/cantata-dynamic-1325-        if (0!=$?) {
##############################################
cantata-2.4.2.ds1/playlists/cantata-dynamic-1561-    if ($pid>0) {
cantata-2.4.2.ds1/playlists/cantata-dynamic:1562:        system("kill", $pid);
cantata-2.4.2.ds1/playlists/cantata-dynamic:1563:        system("pkill", "-P", $pid);
cantata-2.4.2.ds1/playlists/cantata-dynamic-1564-    }