1
0
This repository has been archived on 2025-01-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Anderson Luiz Alves 0464e230c1 stock 103961
2017-07-30 16:48:04 -03:00

15 lines
279 B
Bash
Executable File

#!/bin/sh
# vim: set ts=2 sw=2 et:
# /etc/bewan/lib/modem
# specific vendor functions used by modem scripts
# setparam must be included
if [ ${MODEM_LIB_LOADED:-0} -eq 1 ]; then
return
fi
MODEM_LIB_LOADED=1
# TODO: Include functions used by hotmodem and modem scripts here