tamir-kde-pulse

This commit is contained in:
milisman 2016-12-24 00:46:07 +02:00
parent 7610c86816
commit b98ae72b70
1 changed files with 7 additions and 0 deletions

7
bin/tamir_kde_pulse.sh Executable file
View File

@ -0,0 +1,7 @@
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