diff options
-rwxr-xr-x | share/hackvr/examples/calendar/calvr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/calendar/calvr b/share/hackvr/examples/calendar/calvr index ecb717a..bd0bf17 100755 --- a/share/hackvr/examples/calendar/calvr +++ b/share/hackvr/examples/calendar/calvr @@ -100,7 +100,7 @@ stdbuf -oL grep -v '^#' | while true;do derp=notexists fi x-terminal-emulator -e nano "${file}" - if [ -s "${file}" ];then + if [ ! -s "${file}" ];then rm "${file}" fi if [ -e "${file}" ];then |