forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
1b85fca559
6
dotfiles/lib/bin/random_choice.py
Executable file
6
dotfiles/lib/bin/random_choice.py
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
import sys
|
||||||
|
|
||||||
|
import random
|
||||||
|
print sys.argv[1:]
|
||||||
|
print random.choice(sys.argv[1:])
|
Loading…
Reference in New Issue
Block a user