11 lines
208 B
Bash
11 lines
208 B
Bash
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
# Copyright (C) 2020-present Fewtarius
|
||
|
|
||
|
# Source predefined functions and variables
|
||
|
. /etc/profile
|
||
|
|
||
|
# Show splash screen
|
||
|
/usr/bin/show_splash shutdown
|
||
|
|
||
|
shutdown $*
|