Skip to content

Instantly share code, notes, and snippets.

@powellnathanj
Created April 23, 2016 12:33
Show Gist options
  • Save powellnathanj/fbff59bceea5928461bf5313da6649a1 to your computer and use it in GitHub Desktop.
Save powellnathanj/fbff59bceea5928461bf5313da6649a1 to your computer and use it in GitHub Desktop.
function gu(){
if [[ $1 != '' ]]; then
for i in $(seq $1); do
dots="$dots../"
done
cd $dots
else
echo 'gu requires number arg'
fi
dots=''
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment