Created
May 3, 2023 13:46
-
-
Save for2ando/cf0e4041d3e9f83adb07fcc129f9bd58 to your computer and use it in GitHub Desktop.
Return a encoded string for a filename for pukiwiki.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!usr/bin/env bash | |
echo $(echo -n FrontPage|od -A x -t x1|sed "s/^......//;s/ //g"|tr "a-z" "A-Z").txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment