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