manage opnsense source images using harmony-ve-opnsense-img-src

This commit is contained in:
2025-11-07 01:14:30 -05:00
parent e80ad70a4f
commit 06c9d78049
2 changed files with 259 additions and 6 deletions

View File

@@ -7,3 +7,11 @@ _fatal(){
>&2 echo stopping...
exit 1
}
pushd () {
command pushd "$@" > /dev/null
}
popd () {
command popd "$@" > /dev/null
}