diff options
| author | s a m <samuel@yakubos.org> | 2026-06-07 01:31:40 +0100 |
|---|---|---|
| committer | s a m <samuel@yakubos.org> | 2026-06-07 01:31:40 +0100 |
| commit | 73709637abcc952c8efda0349f7f639b90302e7a (patch) | |
| tree | d685e5ff6212b64c7239efa0476a790e18d00895 /build.sh | |
init
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..cfe5ef0 --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +clear + +vim main.c + +make |