Skip to content

Commit

Permalink
[SLUG] Transferring changes from Slug as of 2023-04-20 20:34:30 +0100.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeno committed Apr 20, 2023
1 parent 4d8378a commit eec884c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/intro.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
#!/bin/bash

BLUE='\033[1;34m'
RED='\033[1;31m'
NC='\033[0m'

echo -e "${BLUE}This is your shell."
echo "You use it to run programs."
echo -e "${RED}If you're seeing scrolling text on the right,"
echo " you're in the wrong place."
echo -e "Hit the 'Fork' button to get started.${NC}"
echo
echo -e "${BLUE}Otherwise: welcome home."
echo "This is your shell."
echo "You can use it to run Python programs."
echo
echo "If you ever lose it, hit the big green 'Run' button."
echo
Expand Down

0 comments on commit eec884c

Please sign in to comment.