.profile 136 B

12345
  1. # https://cirosantilli.com/linux-kernel-module-cheat#busybox-shell-initrc-files
  2. echo "hello .profile"
  3. export PS1='\w\n\u@\h# '
  4. cd /lkmc