annotate c.ksh @ 3:a499c3c6b9ae

Are you STUPID???
author VilyaemKenyaz
date Tue, 29 Aug 2023 16:37:37 -0400
parents 2b6ce8d53356
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