dotfiles/.local/bin/scripts/coinflip

3 lines
38 B
Text
Raw Normal View History

2021-06-24 22:12:10 +02:00
#!/bin/sh
random --min 0 --max 1 "$@"