资 源 简 介
This is a very simple but extremely useful program, written in C to take a random argument given from the command line and return it
Supports milliseconds, so you can do your favorite bash commands like:
while true; do echo $(randarg $(ls $(echo $PATH | xargs -d :))); done
;)