milis/bin/tamir_kde_pulse.sh

8 lines
259 B
Bash
Raw Normal View History

2016-12-23 23:46:07 +01:00
mps -GG
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