Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
felipealfonsog committed Dec 8, 2023
1 parent 1d9a9c1 commit 3577a2e
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions installer.sh
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
Expand Down

0 comments on commit 3577a2e

Please sign in to comment.