exec cli strings as commands on init

This commit is contained in:
Ciro Santilli
2018-02-09 23:26:58 +00:00
parent fc168d6eb5
commit 0a1a600d49
3 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
# For temparary test commands, first copy this file to to
# S99 which is already gitignored.
echo 'S98'
# insmod /hello.ko
if [ -n "$lkmc_eval" ]; then
eval "$lkmc_eval"
fi
exit 0