Skip to content

Instantly share code, notes, and snippets.

@akanehara
Created August 9, 2016 05:49
Show Gist options
  • Save akanehara/1960c50ff32c05bfd0bcc5ac0d0a560c to your computer and use it in GitHub Desktop.
Save akanehara/1960c50ff32c05bfd0bcc5ac0d0a560c to your computer and use it in GitHub Desktop.
思いつきメモ:単純なBotは単なるフィルタコマンドとして書くことができないか?
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