blob: da31b6d09239a28cb0cfc4fc7404c2766d9d9222 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
#
# This script can be used to run programs every time OSS is started.
# By default, this script is disabled, and contains no commands.
# To enable, add executable permissions to this file, and edit below
# commands to be run.
exit 0
|