added scripts folder to gitea
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
BINARY="01001000 01100101 01101100 01101100 01101111"
|
||||
binaryToText() {
|
||||
while read line
|
||||
do
|
||||
echo -n "\x$(echo obase=16\;ibase=2\;$line | bc)"
|
||||
done
|
||||
}
|
||||
echo $BINARY | binaryToText
|
||||
|
||||
Reference in New Issue
Block a user