aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-07-30 16:15:39 +0200
committerMarvin Borner2020-07-30 16:15:54 +0200
commit46fb7dcf479ac85361d8eaae5af3ea27a6b93a2d (patch)
treeb71cc5056914c6709cef18022e8da9b243323998 /run
parentf092bf03baf3b2c13c9dc462bdc697caddccd347 (diff)
Something something with elfs and witches
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 3ceed87..2cf0cc5 100755
--- a/run
+++ b/run
@@ -96,7 +96,7 @@ make_build() {
mkdir -p mnt/
sudo mount build/disk.img mnt/
sudo cp -r disk/* mnt/
- sudo cp build/test.o mnt/
+ sudo cp build/test mnt/
cat disk/**/* >/dev/null
sudo umount mnt/
rm -rf mnt/