mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
openocd scripts: allow to call them from another dir
This commit is contained in:
parent
bd13f72a59
commit
2173cadf23
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $(dirname "$0")
|
||||
. openocd_configuration || exit 1
|
||||
|
||||
if [ -e "$DUMP" ]; then
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $(dirname "$0")
|
||||
. openocd_configuration || exit 1
|
||||
|
||||
if [ ! -e "$IMAGE" ]; then
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $(dirname "$0")
|
||||
. openocd_configuration || exit 1
|
||||
|
||||
echo "*********************************************"
|
||||
|
|
Loading…
Reference in a new issue