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