Files
Arch-R/packages/sysutils/busybox/scripts/lsb_release

24 lines
1001 B
Plaintext
Raw Normal View History

#!/bin/sh
2010-05-16 10:06:54 +02:00
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
2010-05-16 10:06:54 +02:00
#
# OpenELEC is free software: you can redistribute it and/or modify
2010-05-16 10:06:54 +02:00
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
2010-05-16 10:06:54 +02:00
#
# OpenELEC is distributed in the hope that it will be useful,
2010-05-16 10:06:54 +02:00
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2010-05-16 10:06:54 +02:00
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
2010-05-16 10:06:54 +02:00
################################################################################
# show release information
2014-06-08 16:52:45 +03:00
. /etc/os-release
echo "$PRETTY_NAME"