Last active
April 4, 2016 17:48
-
-
Save xiaq/a6e9f8f5d760fe1939173d5b494d4c83 to your computer and use it in GitHub Desktop.
谈笑风生
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
| fn +1s []{ | |
| advices=[ | |
| 见得多了 | |
| 闷声发大财 | |
| 谈笑风生 | |
| 不知道高到哪里去了 | |
| 还需要学习个 | |
| 提高姿势水平 | |
| ] | |
| echo $advices[(randint 0 (count $advices))] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment