user@hauki:/home/ai-streamer$ cd /home/ai-streamer/HAUKI_SHARE/hauki_os_5 echo "[+] Compiling test_sys.asm to flat binary..." nasm -f bin test_sys.asm -o test_sys.bin || echo "[!] NASM compilation failed." echo "[+] Uploading test_sys.bin to Scottish NetDrive via POST..." curl -X POST --data-binary @test_sys.bin "http://100.102.151.51:8080/?file=test _sys.bin" echo "" echo "[+] Verifying files on drive..." curl "http://100.102.151.51:8080/" [+] Compiling test_sys.asm to flat binary... [+] Uploading test_sys.bin to Scottish NetDrive via POST... Aye! File saved to the highlands. [+] Verifying files on drive... Aye, here be yer files: test_sys.bin user@hauki:/home/ai-streamer/HAUKI_SHARE/hauki_os_5$