Mercurial Hosting > dis
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 |
rev | line source |
---|---|
0 | 1 #!/bin/sh |
2 clear | |
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 |