log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial Hosting
>
quickcalc
comparison c.ksh @ 0:
9bf878c59a1d
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Finished
author
VilyaemKenyaz
date
Fri, 25 Aug 2023 13:42:00 -0400
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:9bf878c59a1d
1
#!/bin/ksh
2
clear
3
printf "Compiling\n"
4
rm quickcalc
5
tcc quickcalc.c -o quickcalc
6
cp quickcalc /usr/bin/