6 lines
49 B
Bash
6 lines
49 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
. /etc/os-release
|
||
|
|
||
|
echo $PRETTY_NAME
|