Add scripts to add or remove items from storage
This commit is contained in:
parent
7fd6ed07f3
commit
2ab69dce8e
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
sevenkeys --profile=production add --card-printing-id="$(sevenkeys --profile=production search-printings)" --storagearea="$1"
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
sevenkeys --profile=production remove --card-location-id="$(sevenkeys --profile=production search-storage)"
|
Loading…
Reference in New Issue