Skip to content

Commit

Permalink
fill in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Sep 18, 2024
1 parent 212a9f5 commit 764b45d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x86_image_wizard/alpine/anura-run
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 764b45d

Please sign in to comment.