log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
david-hoover
>
garbage2
view simple_tool.sh @ 0:
f71a1cb1a0d2
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Uploaded
author
david-hoover
date
Wed, 18 Jun 2014 17:00:16 -0400
parents
children
line wrap:
on
line source
#!/bin/bash
INPUT="$1"
OUTPUT="$2"
echo $INPUT > $OUTPUT
exit 0