6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -f /etc/sabayon-release ]; then
|
|
echo "operatingsystem=Sabayon"
|
|
fi
|