Mercurial
Mercurial
>
repos
>
isabelle
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
lib/scripts/ucat
author
paulson
Mon, 29 Sep 1997 11:44:56 +0200
changeset 3727
ed63c05d7992
parent 3007
e5efa177ee0c
permissions
-rwxr-xr-x
Added Safe_tac; all other default claset tactics now dereference "claset" only when given the proof state
#!/bin/bash
#
# $Id$
#
# ucat - uninterruptible cat.
exec tee -i /dev/null "$@"