tll is a very minimal application launcher for Linux based systems
$ hg clone http://bitbucket.org/tebeka/tll/
$ hg clone ssh://hg@bitbucket.org/tebeka/tll/
Changed (Δ3 bytes):
Makefile (1 lines added, 1 lines removed)
Up to file-list Makefile:
6
7
dist: deldist
8
mkdir $(DISTDIR)
9
cp `svn ls -rHEAD` $(DISTDIR)
cp `hg st -Aqn` $(DISTDIR)
10
tar -cjf $(DISTFILE) $(DISTDIR)
11
12
README.html: README.txt