public
Description: gemified mirror of the tokyotyrant ruby interface
Homepage:
Clone URL: git://github.com/careo/tokyotyrant-ruby.git
Thu Apr 09 10:51:59 -0700 2009
careo (committer)
Mon Apr 20 20:30:40 -0700 2009
tokyotyrant-ruby / package.sh
100755 16 lines (12 sloc) 0.228 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
 
LANG=C
LC_ALL=C
PATH="$PATH:/usr/local/bin:$HOME/bin:.:.."
export LANG LC_ALL PATH
 
rm -rf casket casket* *~ *.tmp *.gem hoge moge
 
name="${PWD##*/}"
cd ..
if [ -d "$name" ]
then
tar zcvf "$name.tar.gz" "$name"
fi