scripts/Bootstrap: introduce libpmodules.bash; function to sync modules added

This commit is contained in:
2015-03-05 11:38:21 +01:00
parent afa18de45e
commit 8ee8c3d954
4 changed files with 189 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
declare -r bindir=$( cd $(dirname $0) && pwd -P )
"${bindir}/bash" -c "${bindir}/modmanage.bash"
"${bindir}/bash" "${bindir}/modmanage.bash" "$@"