summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authors a m <samuel@yakubos.org>2026-06-07 01:31:40 +0100
committers a m <samuel@yakubos.org>2026-06-07 01:31:40 +0100
commit73709637abcc952c8efda0349f7f639b90302e7a (patch)
treed685e5ff6212b64c7239efa0476a790e18d00895 /build.sh
init
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
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