GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Facebook-style lightbox, built in jQuery
Homepage: http://famspam.com/facebox/
Clone URL: git://github.com/defunkt/facebox.git
Click here to lend your support to: facebox and make a donation at www.pledgie.com !
maddox (author)
Thu Jun 26 13:48:16 -0700 2008
commit  d307d7780736a3be62c68c64636d822ad3658090
tree    8973fa4d90cc16b439c4859abb287ace3f9531c1
parent  b24c1a8d6a2a460886efd6649494d7ae3aa0ac58
facebox / build_tar.sh
100755 16 lines (14 sloc) 0.313 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
if [ -z "$1" ]; then
echo "ERROR: need to specify version"
  exit
fi
 
mkdir facebox
cp {b,bl,br,tl,tr}.png facebox
cp {loading,closelabel}.gif facebox
cp facebox.{js,css} facebox
cp README.txt facebox
tar -cf facebox-$1.tar facebox/
gzip -9 facebox-$1.tar
rm -rf facebox
mv facebox-$1.tar.gz releases