Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 319 Bytes

Bash Tips

Terminal login load script
add *.sh with chomd +x to /etc/profile.d/

  • the same as . / source command ( . *.sh )
  • all functions in *.sh can be run as bash commands
  • all variables in *.sh can be called in shell

Terminal banner
display banner on login from /etc/motd