This commit is contained in:
Ciro Santilli
2018-03-10 21:22:16 +00:00
parent 4ccf3784cf
commit efa8d2075c
4 changed files with 56 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
echo "hello S98"
if [ -n "$lkmc_eval" ]; then
echo "$lkmc_eval"
eval "$lkmc_eval"
fi
exit 0