Fix hash-bangs
/usr/bin/bash isn't portable.
This commit is contained in:
parent
8bb9c26d38
commit
e735ea9769
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Usage: ./extract.sh all|<board_name> <peripheral>"
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import xmltodict
|
||||
import yaml
|
||||
import re
|
||||
|
Loading…
x
Reference in New Issue
Block a user