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 $*
|
$bin $flags $*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cat_entry() {
|
||||||
|
cat ${STORE}/$1
|
||||||
|
}
|
||||||
|
|
||||||
reset_store() {
|
reset_store() {
|
||||||
rm -r "${STORE}"
|
rm -r "${STORE}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue