[util] add import function, unused

This commit is contained in:
udeved 2015-02-09 23:38:12 +01:00
parent 76cb86daf9
commit e3749141a4

View file

@ -8,6 +8,10 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
import(){
[[ -r $1 ]] && source $1
}
kernel_cmdline(){
for param in $(/bin/cat /proc/cmdline); do
case "${param}" in