#!/bin/sh if [ ! -z "$PANEL_FIFO" ]; then printf '%s\n' "$1" > "$PANEL_FIFO" fi