summaryrefslogtreecommitdiffstats
path: root/Examples/test_script_env.sh
blob: 7753a845864845eb8d4c10ce499e85556fa18c45 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

if [ -z "${ROFI_OUTSIDE}" ]
then
    echo "run this script in rofi".
    exit
fi
echo -en "\x00no-custom\x1ftrue\n"
echo "${ROFI_RETV}"