Files

1 line
54 B
Bash
Raw Permalink Normal View History

function up() { cd $(eval printf '../'%.0s {1..$1}); }