Skip to content

Instantly share code, notes, and snippets.

@ryanflannery
Created October 16, 2018 03:32
Show Gist options
  • Save ryanflannery/aff1f32093036d25d30b072c376067b2 to your computer and use it in GitHub Desktop.
Save ryanflannery/aff1f32093036d25d30b072c376067b2 to your computer and use it in GitHub Desktop.
oxbar not catching signals when run from makefile
# some simple test runs that work the gui/widget logic
testruns:
@echo just sigint / ctrl-c these
-./oxbar -y 0 -W "time time"
-./oxbar -y 0 -W "< time time"
-./oxbar -y 0 -W "| time time"
-./oxbar -y 0 -W "> time time"
-./oxbar -y 0 -W "time | time > time"
-./oxbar -y 0 -W "< | > time"
-./oxbar -y 0 -W "< time time | time time > time time"
-./oxbar -y 0 -W "time time"
-./oxbar -y 0 -W "time time"
-./oxbar -y 0 -W "time time"
@echo all done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment