From 8984408af365f634360ae946de63b343150f5219 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 4 Jun 2025 22:43:23 +0900 Subject: [PATCH] Remove run script alias It was added 13 years ago for compatibility when the run script was converted to a shell script by [1]. The long time has passed since then and we can assume that users may no longer use it. Removing it allows us to resolve the confusing name (.py which triggers shell). [1] 4f6a82159ce42299c8666e04f4a4c3d0fe829803 --- websockify.py | 1 - 1 file changed, 1 deletion(-) delete mode 120000 websockify.py diff --git a/websockify.py b/websockify.py deleted file mode 120000 index e5224d5..0000000 --- a/websockify.py +++ /dev/null @@ -1 +0,0 @@ -run \ No newline at end of file