1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-07-08 08:16:22 +00:00

Refactor baseimage related stuff to libhack/baseimage.sh

This commit is contained in:
Kristóf Tóth
2018-06-12 14:31:27 +02:00
parent d4f4d5b288
commit d86f6affac
3 changed files with 102 additions and 76 deletions

7
hack/libhack/common.sh Normal file
View File

@ -0,0 +1,7 @@
pushd() {
command pushd "$@" > /dev/null
}
popd() {
command popd "$@" > /dev/null
}