2016-12-23 23:50:56 +01:00
|
|
|
#!/bin/bash
|
|
|
|
mkdir -p /root/.config/autostart-scripts
|
2016-12-23 23:46:07 +01: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
|