mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
8 lines
104 B
Bash
8 lines
104 B
Bash
|
while read line; do
|
||
|
echo $line
|
||
|
done
|
||
|
|
||
|
echo ""
|
||
|
echo "[Compositing]"
|
||
|
echo "OpenGLIsUnsafe=true"
|
||
|
echo ""
|