From 7c2227a1972a4add4b5c118e4914c086513d0382 Mon Sep 17 00:00:00 2001 From: Cebtenzzre Date: Wed, 23 Aug 2023 10:29:09 -0400 Subject: chmod : make scripts executable (#2675) --- examples/embd-input/panda_gpt.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 examples/embd-input/panda_gpt.py (limited to 'examples/embd-input/panda_gpt.py') diff --git a/examples/embd-input/panda_gpt.py b/examples/embd-input/panda_gpt.py old mode 100644 new mode 100755 index 0cfac5f3..891ad7cc --- a/examples/embd-input/panda_gpt.py +++ b/examples/embd-input/panda_gpt.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import sys import os sys.path.insert(0, os.path.dirname(__file__)) -- cgit v1.2.3