Skip to content

Instantly share code, notes, and snippets.

@hepha
hepha / PKGBUILD
Created March 30, 2015 10:34
115wangpan PKGBUILD
pkgname=115wangpan
pkgver=4.0.1
pkgrel=1
pkgdesc='The 115 Wangpan client'
arch=('x86_64' 'i686')
url='http://pc.115.com/linux.html'
license=('unknown')
if test "$CARCH" == x86_64; then
depends=('lib32-libx11' 'lib32-gcc-libs')
elif test "$CARCH" == i686; then
@hepha
hepha / DESCRIPTION
Last active December 27, 2015 07:48
#!/bin/zsh
function ff-flv (){
for file in $@
do
ffmpeg -i "$file" -y -s hd720 -b 6000k -ar 44100 -ab 224k -ac 2 "/mnt/movie/tmp/$file:r.mp4"
done
}
# compctl -g '~/bin/*(:t)' ff-flv