peercast_khandler.sh
来自「这是和p2p相关的一份源码」· Shell 代码 · 共 16 行
SH
16 行
#!/bin/sh# Peercast kmenu for peercast:// links# By Romain Beauxis <toots@rastageeks.org># You can add your own services.# Just have a look to those for xmms, you'll see how it works.# Then add yours to the same directory, and add it to the list below.SERVICES="enqueue-in-xmms.pl play-in-xmms.pl"binary=$(kdialog --title "Peercast Handler" --combobox Service $SERVICES 2> /dev/null)/usr/local/lib/peercast/scripts/peercast-$binary $1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?