From 764b45d047462c4a4c0d79500fa0a3e9f71eeba5 Mon Sep 17 00:00:00 2001 From: ProgrammerIn-wonderland <3838shah@gmail.com> Date: Tue, 17 Sep 2024 23:06:01 -0400 Subject: [PATCH] fill in the file --- x86_image_wizard/alpine/anura-run | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x86_image_wizard/alpine/anura-run b/x86_image_wizard/alpine/anura-run index e69de29b..daa9bb77 100644 --- a/x86_image_wizard/alpine/anura-run +++ b/x86_image_wizard/alpine/anura-run @@ -0,0 +1,5 @@ +#!/bin/bash + +echo -ne "\0" > /dev/hvc1 # clear buffer by executing whatevers in it +cat $1 > /dev/hvc1 +echo -ne "\0" > /dev/hvc1 \ No newline at end of file