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/embd_input.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 examples/embd-input/embd_input.py (limited to 'examples/embd-input/embd_input.py') diff --git a/examples/embd-input/embd_input.py b/examples/embd-input/embd_input.py old mode 100644 new mode 100755 index be289661..f146acdc --- a/examples/embd-input/embd_input.py +++ b/examples/embd-input/embd_input.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import ctypes from ctypes import cdll, c_char_p, c_void_p, POINTER, c_float, c_int import numpy as np -- cgit v1.2.3