view bin/from-8bit @ 11744:db386159d046 draft

<fungot> le/rn philosophical zombie//Philosophical zombies are everyone in this channel except me.
author HackEso <hackeso@esolangs.org>
date Sun, 24 Feb 2019 04:20:55 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/bin/bash

enc=$(echo "$1" | iconv -t iso8859-1 | chardet | awk '{print $2}')
echo "$1" | iconv -t iso8859-1 | iconv -f "$enc"