mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
5 lines
162 B
Bash
5 lines
162 B
Bash
# https://unix.stackexchange.com/questions/176027/ash-profile-configuration-file
|
|
echo "hello $(pwd)/.profile"
|
|
# Does not inherit init environment variables.
|
|
#env
|