diff options
| author | Simon John <git@the-jedi.co.uk> | 2020-08-04 23:49:32 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2020-08-04 23:49:32 +0100 |
| commit | 5f5a68aa315e691f2eec64dcb749558c1132fac5 (patch) | |
| tree | 4a607e197a25f6779d93531d69c213a5fa43925f /bin/robotis-loader | |
| parent | dff6492a4b07b4db53da23d7159c81697d12b47e (diff) | |
Replaced env with python3 shebang
Diffstat (limited to 'bin/robotis-loader')
| -rwxr-xr-x | bin/robotis-loader | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
