http://twitter.com/andreaganduglia/ | |
Blog | (not set) |
Website | http://www.frequenze.it/ |
1
score
|
Preserve your fingers from cd ..; cd ..; cd..; cd..;$ upup(){ DEEP=$1; [ -z "${DEEP}" ] && { DEEP=1; }; for i in $(seq 1 ${DEEP}); do cd ../; done; } |