add: friendly path-export & open startfiles for bash
This commit is contained in:
5
bash/bash-open-startfiles.sh
Executable file
5
bash/bash-open-startfiles.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# lists all files, an interactive login-shell with bash would try to open. Useful to find the correct order of .bashrc .profile and such.
|
||||
|
||||
echo exit | strace bash -li |& grep '^open'
|
||||
Reference in New Issue
Block a user