mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07: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
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname "$0")
|
||||||
. openocd_configuration || exit 1
|
. openocd_configuration || exit 1
|
||||||
|
|
||||||
if [ -e "$DUMP" ]; then
|
if [ -e "$DUMP" ]; then
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname "$0")
|
||||||
. openocd_configuration || exit 1
|
. openocd_configuration || exit 1
|
||||||
|
|
||||||
if [ ! -e "$IMAGE" ]; then
|
if [ ! -e "$IMAGE" ]; then
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd $(dirname "$0")
|
||||||
. openocd_configuration || exit 1
|
. openocd_configuration || exit 1
|
||||||
|
|
||||||
echo "*********************************************"
|
echo "*********************************************"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue