代码: 全选
tlcr: 0 庚寅年九月廿四日 7:47 ~apps/Scripts master*
● rbt tinyurl.bash
#!/bin/bash
scriptName=tinyurl.bash
pkgver=0.1
. scriptFunctions
import Notice
wgetpaste -u "$(xsel)" | \
perl -pe 'chomp; s/^Your paste can be seen here: //' | xsel -i
addNotice "Tinyurl 短地址 <= OK."
tlcr: 0 庚寅年九月廿四日 7:48 ~apps/Scripts master*
●
代码: 全选
tlcr: 0 庚寅年九月廿四日 7:49 ~
● g tinyurl < $fvwm/config
Key u A 4 Exec exec tinyurl.bash
tlcr: 0 庚寅年九月廿四日 7:49 ~
●