shellcheck bash scripts

This commit is contained in:
Philippe Teuwen
2019-07-14 18:20:41 +02:00
parent d746847d13
commit 82e0568e65
4 changed files with 25 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
cd $(dirname "$0")
PM3PATH=$(dirname "$0")
cd "$PM3PATH" || exit 1
. proxmark3.sh