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