spcd/cd/__init__.py
Marc Beninca d124ee6744
Some checks failed
/ job (push) Failing after 6s
*
2024-04-26 22:50:08 +02:00

13 lines
225 B
Python
Executable file

#! /usr/bin/env python3
import os
import sys
def install_commands():
os.symlink(__file__, f'/usr/local/bin/cd-list-environment')
if __name__ == '__main__':
command, _ = *sys.argv
print(f'command: {command}')