summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-11-06 10:23:24 +0100
committerTobias Brox <tobias@redpill-linpro.com>2022-11-06 10:23:24 +0100
commit891359b85d305199a76283f412107359e8674b7d (patch)
tree924566a50b183bc311fce68b1d61699edbc1d97a /bin
parent68e2b2dfdaebd01a0bdd2b1f4d9f87f3b203a7fb (diff)
downloadcalendar-cli-891359b85d305199a76283f412107359e8674b7d.zip
reorganized the repository - should fix https://github.com/tobixen/calendar-cli/issues/94
Diffstat (limited to 'bin')
l---------bin/calendar-cli1
-rw-r--r--bin/calendar-cli.py4
2 files changed, 5 insertions, 0 deletions
diff --git a/bin/calendar-cli b/bin/calendar-cli
new file mode 120000
index 0000000..e3b7ab8
--- /dev/null
+++ b/bin/calendar-cli
@@ -0,0 +1 @@
+calendar-cli.py \ No newline at end of file
diff --git a/bin/calendar-cli.py b/bin/calendar-cli.py
new file mode 100644
index 0000000..cdd9b71
--- /dev/null
+++ b/bin/calendar-cli.py
@@ -0,0 +1,4 @@
+#!/usr/bin/python3
+
+import calendar_cli.legacy
+calendar_cli.legacy.main()