Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
case "{$file}" in
*.jpg ) echo "JPEG"
esac
#!/bin/bash
case "{$file}" in
*.jpg ) echo "JPEG"
esac
keycode 108 = Mode_switch
keycode 48 = apostrophe quotedbl ae AE
keycode 47 = semicolon colon oslash Oslash
keycode 34 = bracketleft braceleft aring Aring
#!/bin/ash
while :
do
/root/ap/busybox nc -l -p 65002 >> /tmp/nc.log
done
for f in $(ls *.mp3); do rm "$f"; done
echo "hello world" > foo
7z a file.7z -ppa\$\$w\*rd foo
rm foo
IFS= read -r -p "Password: " password
7z x file.7z -p"$password"
cat foo