2016-12-24 00:50:56 +02:00
|
|
|
#!/bin/bash
|
|
|
|
mkdir -p /root/.config/autostart-scripts
|
2016-12-24 00:46:07 +02:00
|
|
|
if [ ! -f /root/.config/autostart-scripts/pulse.sh ];then
|
|
|
|
cp /root/ayarlar/kde/.config/autostart-scripts/pulse.sh /root/.config/autostart-scripts/pulse.sh
|
|
|
|
echo "gerekli pulse.sh dosyasi olusturuldu."
|
|
|
|
else
|
|
|
|
echo "gerekli pulse.sh dosyasi mevcut."
|
|
|
|
fi
|