Skip to content

Commit

Permalink
Fixed ASCII header parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
deepratna-awale committed Nov 20, 2024
1 parent 6d2d88d commit d238ef2
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions run.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#!/bin/bash

echo " ___ _ _____ ";
echo " / _ \ | | | ___| ";
echo "/ /_\ \ _ _ | |_ ___ | |__ __ __ _ __ _ __ ___ ___ ___ ";
echo "| _ || | | || __|/ _ \ | __|\ \/ /| '_ \ | '__|/ _ \/ __|/ __|";
echo "| | | || |_| || |_| (_) || |___ > < | |_) || | | __/\__ \\__ \";
echo "\_| |_/ \__,_| \__|\___/ \____//_/\_\| .__/ |_| \___||___/|___/";
echo " | | ";
echo " |_| ";
echo " ___ _ _____ "
echo " / _ \ | | | ___| "
echo "/ /_\ \ _ _ | |_ ___ | |__ __ __ _ __ _ __ ___ ___ ___ "
echo "| _ || | | || __|/ _ \ | __|\ \/ /| '_ \ | '__|/ _ \/ __|/ __|"
echo "| | | || |_| || |_| (_) || |___ > < | |_) || | | __/\__ \\\\__ \\"
echo "\_| |_/ \__,_| \__|\___/ \____//_/\_\| .__/ |_| \___||___/|___/"
echo " | | "
echo " |_| "


# Activate the Python virtual environment
source .venv/bin/activate
Expand Down

0 comments on commit d238ef2

Please sign in to comment.