2030e24a4e
At least, this system directory relayout show vividly that in many places we should use find_directory() instead. Ironically, these ones can't but keep hardcoded paths, except if I've missed some /bin/find_directory tool ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29892 a95241bf-73f2-0310-859d-f6bbb57e9c96
16 lines
586 B
Bash
16 lines
586 B
Bash
#!/bin/sh
|
|
|
|
# Quick start file for UserBootscript. Copy or rename this file as
|
|
# "/boot/home/config/boot/UserBootscript".
|
|
# Add custom commands to execute at every startup.
|
|
|
|
# This file is a standard bash script. For more information regarding shell
|
|
# scripts, refer to any online documentation for "bash scripting"
|
|
|
|
# During boot, the commands listed in this script will be executed.
|
|
# Typically, you will want to include a trailing '&' on each line.
|
|
# This will allow the script to execute that command and process the next line.
|
|
|
|
# Run LaunchBox
|
|
# /boot/system/apps/LaunchBox &
|