Last active
June 6, 2019 01:43
-
-
Save nobiki/37b9114a4059366892072fbfb464b4c8 to your computer and use it in GitHub Desktop.
greymd/ojichat: おじさんがLINEやメールで送ってきそうな文を生成する : https://github.com/greymd/ojichat をスクリプトにしたやつ
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
#!/bin/bash | |
ARGS=$@ | |
docker run --rm -i greymd/ojichat:latest ${ARGS} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment