Created
February 21, 2017 00:24
-
-
Save unode/e21e6f8a67ff9953a4225cd0834882a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "require("awful.spawn").easy_async("./test.sh", print)" | awesome-client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
echo | awk '{ print "This is seen" ; print "" ; print "but this is not" }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment