mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-09 04:35:00 +00:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /etc/os-release
|
|
|
|
echo "${ID}"
|