repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
6.cmd
/
builtins
/
builtins1.sub
blob
c65cfc6c9f51d722391984c998167f749a1818b7
1
unset CDPATH
2
3
MYDIR=$(pwd -P)
4
FULLDIR=/tmp/bush-dir-a
5
DIR=${FULLDIR##*/}
6
7
mkdir $FULLDIR
8
CDPATH=.:/tmp
9
cd $DIR
10
pwd
11
echo $PWD
12
13
cd "$MYDIR"
14
rmdir $FULLDIR