annotate c.ksh @ 20:0555050bada0

Make it pretty
author VilyaemKenyaz
date Wed, 27 Sep 2023 08:51:57 -0400
parents 8fe0b5711413
children 44e906aeea91
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
36b2402700ad First commit, made by makeprogram
VilyaemKenyaz
parents:
diff changeset
1 #!/bin/sh
36b2402700ad First commit, made by makeprogram
VilyaemKenyaz
parents:
diff changeset
2 clear
36b2402700ad First commit, made by makeprogram
VilyaemKenyaz
parents:
diff changeset
3 rm harelet
19
8fe0b5711413 Added BasedTremGrx and Dvorak
VilyaemKenyaz
parents: 18
diff changeset
4 rm hareletdvrk
8fe0b5711413 Added BasedTremGrx and Dvorak
VilyaemKenyaz
parents: 18
diff changeset
5 tcc harelet.c -o harelet
8fe0b5711413 Added BasedTremGrx and Dvorak
VilyaemKenyaz
parents: 18
diff changeset
6 tcc harelet.c -o hareletdvrk -D DVORAK
5
3879c1178448 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
7 doas cp harelet /usr/bin/
8
c60e4315cb7e Automated Vimcurial commmit
VilyaemKenyaz
parents: 5
diff changeset
8 gdb harelet