diff --git a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md index fbb696c..209aa7e 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -2051,9 +2051,11 @@ sudo chmod +x /usr/bin/sshup-all #### How it works: **User Prompts**: The script prompts the user for their `SSHID` and `KEY`, which are necessary for identifying the container and validating the upload. + **Creating Upload Scripts**: - `sshup`: A command-line utility for uploading a single file. - `sshup-all`: A utility for uploading all files in the current directory. + **Permissions**: The scripts are saved under `/usr/bin/` and made executable, allowing users to run the uploader from anywhere on their system. Once installed, users can upload files using the command `sshup ` and receive an output like: