Mercurial Hosting > dis
annotate c.ksh @ 3:a499c3c6b9ae
Are you STUPID???
author | VilyaemKenyaz |
---|---|
date | Tue, 29 Aug 2023 16:37:37 -0400 |
parents | 2b6ce8d53356 |
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 |