Files
2018-02-25 11:49:11 +00:00

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