rofi/Examples/test_script_env.sh

10 lines
157 B
Bash
Raw Normal View History

#!/usr/bin/env bash
if [ -z "${ROFI_OUTSIDE}" ]
then
echo "run this script in rofi".
exit
fi
2020-04-22 21:41:25 +00:00
echo -en "\x00no-custom\x1ftrue\n"
echo "${ROFI_RETV}"