💾 Archived View for ait.place › dot › bin › roll.txt captured on 2023-01-29 at 03:36:56.
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
#!/bin/sh input=$* [ -z "$input" ] && input=2d20 for request in $input ; do # check if format is correct echo $request| egrep -vq '^[0-9]+d[0-9]+