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

8 lines
93 B
Bash

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