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
wenzelm
Mon, 07 Jul 1997 09:06:26 +0200
changeset 3503
390093b95cb0
parent 3007
e5efa177ee0c
permissions
-rwxr-xr-x
NOWRITE;
#!/bin/bash
#
# $Id$
#
# ucat - uninterruptible cat.
exec tee -i /dev/null "$@"