cd_rm
Some checks failed
/ job (push) Failing after 4s

This commit is contained in:
Marc Beninca 2024-04-28 13:00:18 +02:00
parent e13563622f
commit 7cfd0247f0
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 16 additions and 4 deletions

View file

@ -31,4 +31,5 @@ def install_commands(path):
'clone-branch',
'list-environment',
]:
print(command)
os.symlink(path, os.path.join(user, f'{COMMANDS_PREFIX}{command}'))