annotate c.ksh @ 2:2b6ce8d53356

Finished program, fully functional, seems to be faster than cat
author VilyaemKenyaz
date Sat, 26 Aug 2023 14:03:02 -0400
parents b82f21466dfd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e92d7e15bc33 First commit, made by makeprogram
VilyaemKenyaz
parents:
diff changeset
1 #!/bin/sh
e92d7e15bc33 First commit, made by makeprogram
VilyaemKenyaz
parents:
diff changeset
2 clear
e92d7e15bc33 First commit, made by makeprogram
VilyaemKenyaz
parents:
diff changeset
3 rm dis
2
2b6ce8d53356 Finished program, fully functional, seems to be faster than cat
VilyaemKenyaz
parents: 1
diff changeset
4 # tcc dis.c -o dis
1
b82f21466dfd You can just printf the file what are you doing!
VilyaemKenyaz
parents: 0
diff changeset
5 cc dis.c -o dis
2
2b6ce8d53356 Finished program, fully functional, seems to be faster than cat
VilyaemKenyaz
parents: 1
diff changeset
6 # cp dis /usr/bin/
2b6ce8d53356 Finished program, fully functional, seems to be faster than cat
VilyaemKenyaz
parents: 1
diff changeset
7 # gdb -ex run dis