-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d9a9c1
commit 3577a2e
Showing
1 changed file
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,21 @@ | ||
#!/bin/bash | ||
|
||
: ' | ||
▒█░░▒█ ░▀░ █▀▀█ ▒█▀▀▀█ █░░█ █▀▀ █░░ █░░ | ||
░▒█▒█░ ▀█▀ █░░█ ░▀▀▀▄▄ █▀▀█ █▀▀ █░░ █░░ | ||
░░▀▄▀░ ▀▀▀ █▀▀▀ ▒█▄▄▄█ ▀░░▀ ▀▀▀ ▀▀▀ ▀▀▀ | ||
************************************************* | ||
The VIP Shell provides a basic yet functional command-line | ||
environment with added features for command history and file | ||
tracking, enhancing the user experience in a Unix-like shell. | ||
************************************************* | ||
* Developed and engineered by: | ||
* Felipe Alfonso Gonzalez <[email protected]> | ||
* Computer Science Engineer | ||
* Chile | ||
************************************************* | ||
* Important Notes: | ||
* - The application has been tested on Linux and macOS. | ||
* - For Windows, additional configurations may be required. | ||
* - Make sure to fulfill the prerequisites before running the application. | ||
* - For more information, please refer to the project documentation. | ||
************************************************* | ||
' | ||
# ************************************************* | ||
# The VIP Shell provides a basic yet functional command-line | ||
# environment with added features for command history and file | ||
# tracking, enhancing the user experience in a Unix-like shell. | ||
# ************************************************* | ||
# * Developed and engineered by: | ||
# * Felipe Alfonso Gonzalez <[email protected]> | ||
# * Computer Science Engineer | ||
# * Chile | ||
# ************************************************* | ||
# * Important Notes: | ||
# * - The application has been tested on Linux and macOS. | ||
# * - For Windows, additional configurations may be required. | ||
# * - Make sure to fulfill the prerequisites before running the application. | ||
# * - For more information, please refer to the project documentation. | ||
# ************************************************* | ||
|
||
welcome_message() { | ||
echo | ||
|