index
:
bin.git
master
Bits from .local/bin that other people might find useful
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
d
2
1 files changed, 1 insertions, 1 deletions
diff --git a/d b/d
index b03a28c..40d8e2a 100755
--- a/
d
+++ b/
d
@@ -19,7 +19,7 @@ when 'c'
end
dec = doz = hex = oct = bin = true
-char = num > 31 && num < 128
+char = num > 31 && num < 127
out = ARGV.shift
case out
when 'd'