Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 1f553cb

Browse files
committed
Move executables to bin folder
1 parent 79d650f commit 1f553cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

op-add-identities renamed to bin/op-add-identities

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
dirname="$(dirname "$(realpath $0)")"
4-
source "$dirname/common.sh"
4+
source "$dirname/../common.sh"
55

66
op_signin $@
77

op-create-identity renamed to bin/op-create-identity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
dirname="$(dirname "$(realpath $0)")"
4-
source "$dirname/common.sh"
4+
source "$dirname/../common.sh"
55

66
# prints the script's usage options
77
function print_help {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
dirname="$(dirname "$(realpath $0)")"
4-
source "$dirname/common.sh"
4+
source "$dirname/../common.sh"
55

66
rm -r "$temp_storage_root"

0 commit comments

Comments
 (0)