File: temp

package info (click to toggle)
hibernate 1.99-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 780 kB
  • ctags: 61
  • sloc: sh: 2,194; makefile: 58
file content (8 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

#TUXONICE_BINARY_SIG='\xed\xc3\x02\xe9\x98\x56\xe5\x0c'
TUXONICE_BINARY_SIG=$(echo -en "\xed\xc3\x02\xe9\x98\x56\xe5\x0c")
echo "Signature is: ${TUXONICE_BINARY_SIG}"

OUT=$(printf "\xED\xC3\x02\xE9\x98\x56\xE5\x0C")
echo $OUT