annotate c.ksh @ 13:8fe2392f2fcc

Automated Vimcurial commmit
author VilyaemKenyaz
date Tue, 12 Sep 2023 08:28:49 -0400
parents c60e4315cb7e
children 7bf25e90a1de
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
5
3879c1178448 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
4 cc harelet.c -g -o harelet
3879c1178448 Automated Vimcurial commmit
VilyaemKenyaz
parents: 4
diff changeset
5 doas cp harelet /usr/bin/
8
c60e4315cb7e Automated Vimcurial commmit
VilyaemKenyaz
parents: 5
diff changeset
6 gdb harelet