print
is zsh law layer command.
For example it probably build zle command behaviour.
If you master it you will get so beautifule zsh style.
Recently, I deleted some files by mistake in a Ubuntu machine with an ext4 fs. These notes document the steps I took to get them back.
With that out the way, let's begin.
#!/bin/ash | |
#ash shell for openwrt, it also works with bash | |
#curl -s 192.168.44.1/logout | |
rURL=`curl -s -I "http://192.168.44.1" | grep "Location:" | cut -d : -f 2- | cut -c 2-` | |
if echo $rURL | grep -q "res=notyet"; then | |
echo "notyet" | |
challenge=`echo $rURL | cut -d '&' -f 4 | cut -d= -f2` | |
echo "challenge=$challenge" |
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw32] | |
@="MinGW &32 Bash Here" | |
"Icon"="\"C:\\msys64\\mingw32.exe\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64] | |
@="MinGW &64 Bash Here" | |
"Icon"="\"C:\\msys64\\mingw64.exe\"" |