# One Time Secret CLI
# introduction && installation
This script helps with the need to share encrypted "secrets" without opening external applications like a browser in this case and lets you use the One Time Secret service directly from the command line.
# Basic installation
Download script
wget https://alum.sh/OTS
Add execute permissions
chmod +x OTS
Add an alias
echo 'alias OTS="PATH TO OTS FILE"' > ~/.bashrc
WARNING
Change PATH TO OTS FILE to the path to the OTS file
TIP
For the alias to be used in the current session, use the following command:
source ~/.bashrc