aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2020-08-04 23:49:32 +0100
committerSimon John <git@the-jedi.co.uk>2020-08-04 23:49:32 +0100
commit5f5a68aa315e691f2eec64dcb749558c1132fac5 (patch)
tree4a607e197a25f6779d93531d69c213a5fa43925f /bin
parentdff6492a4b07b4db53da23d7159c81697d12b47e (diff)
Replaced env with python3 shebang
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ard-reset-arduino2
-rwxr-xr-xbin/ardmk-init2
-rwxr-xr-xbin/robotis-loader2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/ard-reset-arduino b/bin/ard-reset-arduino
index 51b4577..69a442e 100755
--- a/bin/ard-reset-arduino
+++ b/bin/ard-reset-arduino
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
import serial
import serial.tools.list_ports
diff --git a/bin/ardmk-init b/bin/ardmk-init
index 604ba02..11d1126 100755
--- a/bin/ardmk-init
+++ b/bin/ardmk-init
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
"""
Arduino-mk Makefile and project initialiser
diff --git a/bin/robotis-loader b/bin/robotis-loader
index 4ac07d4..3f3c21b 100755
--- a/bin/robotis-loader
+++ b/bin/robotis-loader
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# This script sends a program on a robotis board (OpenCM9.04 or CM900)
# using the robotis bootloader (used in OpenCM IDE)