9 lines
197 B
Bash
9 lines
197 B
Bash
|
#!/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
|