Follow these steps to get Record.sh up and running on your system.
To use Record.sh, you'll need to have curl
installed on your system. If you don't have curl
, please install it first.
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:
curl -s https://record-sh.vercel.app/record.sh >> ~/.bashrc
source ~/.bashrc
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.
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.