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

8 lines
93 B
Bash
Raw Normal View History

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