Add helper function to cat an entry from the store

This commit is contained in:
Matthias Beyer 2016-04-18 18:32:13 +02:00
parent 4cee962a06
commit e117fdaa70

View file

@ -42,6 +42,10 @@ imag-call-binary() {
$bin $flags $*
}
cat_entry() {
cat ${STORE}/$1
}
reset_store() {
rm -r "${STORE}"
}