#!/bin/sh Equation=$(echo "" | dmenu -p "Enter equation" | xargs -I {} quich "{}") notify-send "Result" "$Equation"