cda: add newline before final output
This commit is contained in:
parent
a0bececb43
commit
127f313bd1
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ cda() {
|
||||||
echo "$DIR"
|
echo "$DIR"
|
||||||
(cd "$DIR" && $SHELL)
|
(cd "$DIR" && $SHELL)
|
||||||
done
|
done
|
||||||
|
echo
|
||||||
echo "$0: done"
|
echo "$0: done"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue