home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49b.iso / freebies / BeOS5-PersonalEdition / data1.cab / Data_Files / image.be / home / config / boot / UserBootscript.sample next >
Encoding:
Text File  |  2000-03-24  |  810 b   |  26 lines

  1. #!/bin/sh
  2. #
  3. # This file (when renamed UserBootscript) is where user 
  4. # startup customizations go.  It is a standard /bin/sh
  5. # shell script.  If you don't know what a shell script
  6. # is, refer to a manual such as the O'Reilly "Bash"
  7. # book. 
  8. #
  9. # At boot time, if the script:
  10. #
  11. #       /boot/home/config/boot/UserBootscript
  12. #
  13. # exists, it is read and the commands in it are run.
  14. #
  15. # This file is a sample that doesn't contain any commands.
  16. # If you rename this file to UserBootscript then you can
  17. # add commands that are run each time your computer is
  18. # booted.
  19. #
  20. # NOTE: this is not where you should put aliases and such 
  21. #       that you want in the shell.  You should put those
  22. #       sorts of things in your .profile.  If you don't
  23. #       understand this you probably should not modify
  24. #       this file.
  25. #
  26.