10 lines
208 B
Bash
Executable file
10 lines
208 B
Bash
Executable file
# 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 $*
|