Install Record.sh

Follow these steps to get Record.sh up and running on your system.

Installation Instructions

To use Record.sh, you'll need to have curl installed on your system. If you don't have curl, please install it first.

Setup Record.sh

Once curl is installed, you can set up Record.sh by injecting the script directly into your .bashrc or .zshrc file. Run the following commands:

For Bash users:

curl -s https://record-sh.vercel.app/record.sh >> ~/.bashrc
source ~/.bashrc

For Zsh users:

curl -s https://record-sh.vercel.app/record.sh >> ~/.zshrc
source ~/.zshrc

These commands will download the Record.sh script silently and append it to your .bashrc or .zshrc file. The final command reloads the respective configuration file to apply the changes.

Execute Record.sh

To execute Record.sh, use the following command:

record

You can run this command from any directory to execute the script. Ensure that you have the necessary permissions and environment setup to execute it successfully.