3 time the charm

This commit is contained in:
Jinux
2021-07-06 19:18:23 +00:00
committed by Kieron
parent ad8e80913a
commit 2939afa729
13 changed files with 126 additions and 161 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh
#!/usr/bin/env bash
echo " "
echo "======================="
echo " "
echo "Compiling Stub..."
echo " "
rm lib/*
nasm -f elf src/stub/stub.asm -o lib/stub.o