diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-06-19 19:49:01 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-06-19 19:49:01 +0900 |
commit | 2eb5ee8aad0c28bda5e9209396cec63a40a0eabf (patch) | |
tree | 3d20d4860b7538059df7519dbb41cfd26652a249 | |
parent | 0be7fedd591d8a6ec44ee8b7ecb212834c5f550e (diff) |
Remove unnecessary shebang and excutable bits [ci skip]
-rw-r--r--[-rwxr-xr-x] | misc/lldb_cruby.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/lldb_cruby.py b/misc/lldb_cruby.py index f263ca5732..b3d4fb509a 100755..100644 --- a/misc/lldb_cruby.py +++ b/misc/lldb_cruby.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python #coding: utf-8 # # Usage: run `command script import -r misc/lldb_cruby.py` on LLDB |