1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-03 06:08:46 +00:00
test-tutorial-framework/hack/libhack/common.sh

8 lines
93 B
Bash

pushd() {
command pushd "$@" > /dev/null
}
popd() {
command popd "$@" > /dev/null
}