From 207253abc6ec81112abf0a64a8bf68e227528d64 Mon Sep 17 00:00:00 2001 From: Simon John Date: Tue, 4 Aug 2020 23:19:49 +0100 Subject: Rebased python3 branch with some changes from tuna-f1sh@87d5241 --- bin/robotis-loader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/robotis-loader') diff --git a/bin/robotis-loader b/bin/robotis-loader index 95d4e71..4ac07d4 100755 --- a/bin/robotis-loader +++ b/bin/robotis-loader @@ -1,8 +1,8 @@ -#!/usr/bin/python +#!/usr/bin/env python # This script sends a program on a robotis board (OpenCM9.04 or CM900) # using the robotis bootloader (used in OpenCM IDE) -# +# # Usage: # python robotis-loader.py # -- cgit v1.2.3 From 5f5a68aa315e691f2eec64dcb749558c1132fac5 Mon Sep 17 00:00:00 2001 From: Simon John Date: Tue, 4 Aug 2020 23:49:32 +0100 Subject: Replaced env with python3 shebang --- bin/robotis-loader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/robotis-loader') 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) -- cgit v1.2.3