Add scripts to add or remove items from storage

This commit is contained in:
The Magician 2024-11-24 17:24:57 +00:00
parent 7fd6ed07f3
commit 2ab69dce8e
2 changed files with 6 additions and 0 deletions

3
sevenkeys/add_to_storage Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sevenkeys --profile=production add --card-printing-id="$(sevenkeys --profile=production search-printings)" --storagearea="$1"

3
sevenkeys/remove_from_storage Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
sevenkeys --profile=production remove --card-location-id="$(sevenkeys --profile=production search-storage)"