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