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