Add helper function to cat an entry from the store
This commit is contained in:
parent
4cee962a06
commit
e117fdaa70
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ imag-call-binary() {
|
|||
$bin $flags $*
|
||||
}
|
||||
|
||||
cat_entry() {
|
||||
cat ${STORE}/$1
|
||||
}
|
||||
|
||||
reset_store() {
|
||||
rm -r "${STORE}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue