File: watch

package info (click to toggle)
zenlisp 2013.11.22-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 596 kB
  • sloc: ansic: 2,547; makefile: 55
file content (10 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
version=3
# http://www.t3x.org/files/zenlisp.zip

## This runs the check for the current version.
# eval $(tail -3 debian/watch | sed 's/^#//' | sed 's/\\$//')

## This checks for the current version.
# rm -f zenlisp.zip ; \
# wget --quiet http://www.t3x.org/files/zenlisp.zip; \
# unzip -p zenlisp.zip '*/zl.c' | egrep 'define.*RELEASE'