diff options
Diffstat (limited to '.local/share')
-rwxr-xr-x | .local/share/bin/16 | 3 | ||||
-rwxr-xr-x | .local/share/bin/= | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.local/share/bin/16 b/.local/share/bin/16 new file mode 100755 index 0000000..f8cc49f --- /dev/null +++ b/.local/share/bin/16 @@ -0,0 +1,3 @@ +#!/bin/sh +python3 -c 'import sys ; print(f"{int(sys.stdin.read().strip()):x}")' + diff --git a/.local/share/bin/= b/.local/share/bin/= new file mode 100755 index 0000000..59b9b45 --- /dev/null +++ b/.local/share/bin/= @@ -0,0 +1,2 @@ +#!/bin/sh +python3 -c "from math import *; deg = pi / 180; print($*)" |