Skip to content

Commit

Permalink
FIX: Error on ewos.sh and updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
NowEwo committed Oct 23, 2024
1 parent 0b6abd0 commit af11aee
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Old/
BuildArchives/
env.sh
Testing/
Binary file removed build/Main.floppy.img
Binary file not shown.
Binary file removed build/bootloader.bin
Binary file not shown.
Empty file removed build/kernel.bin
Empty file.
2 changes: 1 addition & 1 deletion ewos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ if [ "$1" == "clean" ]; then
fi

if [ "$1" == "" ]; then
echo -e "\e[1m\e[34mUsage: ./ewos.sh [build|run|test|buildtools <tool>]\e[0m"
echo -e "\e[1m\e[34mUsage: ./ewos.sh [build|run|test|clean|img <action>|buildtools <tool>]\e[0m"
fi

0 comments on commit af11aee

Please sign in to comment.