parent
60df30cb39
commit
587fe469eb
2 changed files with 4 additions and 2 deletions
4
cd.sh
4
cd.sh
|
@ -545,7 +545,7 @@ local root
|
||||||
local url
|
local url
|
||||||
cd_step "Install Python modules"
|
cd_step "Install Python modules"
|
||||||
root="$(mktemp --directory)" || exit
|
root="$(mktemp --directory)" || exit
|
||||||
echo "${root}"
|
echo "→ ${root}"
|
||||||
for repository in "${CD_GIT_CHILD}" "${CD_GIT_PARENT}" ; do
|
for repository in "${CD_GIT_CHILD}" "${CD_GIT_PARENT}" ; do
|
||||||
cd_split
|
cd_split
|
||||||
url="${CD_PROJECTS_URL}/${repository}"
|
url="${CD_PROJECTS_URL}/${repository}"
|
||||||
|
@ -567,6 +567,8 @@ ${CD_PYTHON_PACKAGES}
|
||||||
|| exit
|
|| exit
|
||||||
done
|
done
|
||||||
cd_split
|
cd_split
|
||||||
|
cd_ls "${CD_PYTHON_PACKAGES}"
|
||||||
|
cd_split
|
||||||
cd_rm "${root}"
|
cd_rm "${root}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ def set_ssh(*arguments):
|
||||||
fs.write(known, ssh_hosts)
|
fs.write(known, ssh_hosts)
|
||||||
os.chmod(known, 0o400)
|
os.chmod(known, 0o400)
|
||||||
#
|
#
|
||||||
browse(home)
|
browse(ssh)
|
||||||
|
|
||||||
|
|
||||||
def open(*arguments):
|
def open(*arguments):
|
||||||
|
|
Loading…
Reference in a new issue