diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-02 23:38:47 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-02 23:38:47 +0100 |
commit | 836e2f723b9856fa6ca9eee1494fe6cdb915df2b (patch) | |
tree | c6e4742ae4d746dade29d4fece328458fdbfcea1 /.local/share/bin/16 | |
parent | 163412cb21b54fe481985fa21ed8527a9860496f (diff) |
more cleanup
Diffstat (limited to '.local/share/bin/16')
-rwxr-xr-x | .local/share/bin/16 | 3 |
1 files changed, 3 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}")' + |