From 3ed25d5654d23fd41103edaef97c912ff279c32a Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 18 Nov 2025 17:52:20 +0100 Subject: [PATCH] scripts: Add symbolic link jw -> ../src/python/jw Adding a symbolic link to src/python/jw allows jw-projects.py to run without pointing PYTHONPATH to that module. Signed-off-by: Jan Lindemann --- scripts/jw | 1 + 1 file changed, 1 insertion(+) create mode 120000 scripts/jw diff --git a/scripts/jw b/scripts/jw new file mode 120000 index 00000000..b4710af0 --- /dev/null +++ b/scripts/jw @@ -0,0 +1 @@ +../src/python/jw \ No newline at end of file