xecho -b Winamp echo loaded @unlink(~/Playing.txt) timer -rep -1 5 CheckSong alias checkSong { @:fd=open(~/Playing.txt r) @:song=read($fd) if (song!=[]) { me is listenin to : $song } @close($fd) @unlink(~/Playing.txt) }