#!/bin/sh main() { if ! pgrep -x spotify >/dev/null; then echo "";exit fi echo " яжн" } main "$@"