aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:19:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 11:19:29 +1200
commitc80b70a994983f3ac56e73407f2a534993843c0f (patch)
tree8e1921d1666b65b04e23914359f47815e4813866 /bin
parentAdd issue grizzling about pandoc(1) (diff)
downloaddotfiles-c80b70a994983f3ac56e73407f2a534993843c0f.tar.gz
dotfiles-c80b70a994983f3ac56e73407f2a534993843c0f.zip
Rename myb(1) back to maybe(1)
Changed my mind again
Diffstat (limited to 'bin')
-rwxr-xr-xbin/maybe (renamed from bin/myb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/myb b/bin/maybe
index 03937a31..86785a45 100755
--- a/bin/myb
+++ b/bin/maybe
@@ -1,6 +1,6 @@
#!/bin/sh
# Exit with success or failure with a given probability
-self=myb
+self=maybe
# Figure out numerator and denominator from arguments
case $# in