# puny a little CLI punycode explorer/converter it will iterate through all arguments and display the normalized punycode and unicode versions along with a hexdump of the bytes. ```shell dotnet run -- tildÉ™.net ``` to get a standalone linux executable: ```shell dotnet publish -c Release -r linux-x64 --self-contained ```