Create a .profile for fun

This commit is contained in:
Ciro Santilli
2018-02-25 11:49:11 +00:00
parent 2eff007f7c
commit a20baebb36
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
#!/bin/sh
echo 'S98'
# insmod /hello.ko
echo "hello S98"
if [ -n "$lkmc_eval" ]; then
eval "$lkmc_eval"
fi

View File

@@ -0,0 +1,4 @@
# https://unix.stackexchange.com/questions/176027/ash-profile-configuration-file
echo "hello $(pwd)/.profile"
# Does not inherit init environment variables.
#env