Created
August 9, 2016 05:49
-
-
Save akanehara/1960c50ff32c05bfd0bcc5ac0d0a560c to your computer and use it in GitHub Desktop.
思いつきメモ:単純なBotは単なるフィルタコマンドとして書くことができないか?
This file contains hidden or 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
mkfifo response; cat response | wsta ws://echo.websocket.org | tee /dev/tty | mybotscript | tee response |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment