Anka
run
will source user “rc” files in a specific order:The source sequence is:
- /etc/profile
- .bash_profile
- .bash_login
- .profile
Anka run
will wait for all the stdout/err and ports to be closed before actually ending the command. This can make things seem like they are stuck while executing scripts that background processes.