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:
7
hack/libhack/common.sh
Normal file
7
hack/libhack/common.sh
Normal file
@ -0,0 +1,7 @@
|
||||
pushd() {
|
||||
command pushd "$@" > /dev/null
|
||||
}
|
||||
|
||||
popd() {
|
||||
command popd "$@" > /dev/null
|
||||
}
|
Reference in New Issue
Block a user