From 01413023fcd6a87159b43bd5a80b9848bbe50bd6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 4 Aug 2011 19:32:50 -0400 Subject: I wrote a "roll" tool to use while playing Dungeons and Dragons. --- Makefile | 1 + roll.php | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 roll.php diff --git a/Makefile b/Makefile index 8c1c72c..a6866ab 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ BINFILES = \ arg \ ord \ urldecode \ + roll \ v-www-browser \ v-editor \ whatismyip \ diff --git a/roll.php b/roll.php new file mode 100644 index 0000000..0d8aa25 --- /dev/null +++ b/roll.php @@ -0,0 +1,21 @@ +#!/usr/bin/env php +