Searched refs:dst_dir (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/INIT/
H A Dditto.sh190 then ($remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && cd $dst_dir && read && ${tw[*]}") 2>&1 |&
191 else (cd $dst_dir && read && eval "${tw[@]}") 2>&1 |&
389 print -nr -- cd "'$dst_dir'"
454 $remote $dst_user $dst_host "{ test ! -f .profile || . ./.profile ;} && { test -d \"$dst_dir\" || mkdir -p \"$dst_dir\" ;} && cd \"$dst_dir\" && gunzip | $pax $paxreadflags"
456 ( { test -d "$dst_dir" || mkdir -p "$dst_dir" ;} && cd "$dst_dir" && gunzip | $pax $paxreadflags )

Completed in 20 milliseconds