summary refs log tree commit diff
path: root/bin/README
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-25 12:53:50 -0500
committerJune McEnroe <programble@gmail.com>2018-02-25 12:53:50 -0500
commit857b0787aa0c939143a463d2bb5a261b3929bdfc (patch)
tree7d99dde1c720d1c26a271d4c51462bb5c5f52dc2 /bin/README
parentTweak watch exit codes (diff)
downloadsrc-857b0787aa0c939143a463d2bb5a261b3929bdfc.tar.gz
src-857b0787aa0c939143a463d2bb5a261b3929bdfc.zip
Remove jrp
It was fun.
Diffstat (limited to 'bin/README')
-rw-r--r--bin/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/README b/bin/README
index 66082e90..3d6d1fc6 100644
--- a/bin/README
+++ b/bin/README
@@ -39,18 +39,6 @@ alternate keyboard layouts. Toggle remapping with ^S.
 
     hnel '[]{}' '{}[]' vi
 
-                                  jrp
-
-JIT RPN calculator for x86_64. Mostly just to be overkill.
-
-    B   bin    O   oct    D   dec    X   hex
-    ;   drop   :   dup    \   swap
-    _   neg    +   add    -   sub
-    *   mul    /   div    %   rem
-    &   and    |   or     ^   xor
-    ~   not    <   shl    >   shr
-    '   quot   ,   prch   .   prnt
-
                                   klon
 
 Klondike solitaire for curses. BSD-only for arc4random_uniform.