8 lines
197 B
Bash
Executable file
8 lines
197 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2023-present BrooksyTech (https://github.com/brooksytech
|
|
|
|
source /etc/profile
|
|
|
|
/usr/bin/start_portmaster.sh >/dev/null 2>&1
|