mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
6 lines
49 B
Bash
Executable File
6 lines
49 B
Bash
Executable File
#! /bin/sh
|
|
|
|
. /etc/os-release
|
|
|
|
echo $PRETTY_NAME
|