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 #!/bin/sh
echo 'S98' echo "hello S98"
# insmod /hello.ko
if [ -n "$lkmc_eval" ]; then if [ -n "$lkmc_eval" ]; then
eval "$lkmc_eval" eval "$lkmc_eval"
fi 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