Go to file
Cyber 4ee4cfd73a Remove unusused variable 2024-05-03 20:25:40 +00:00
scripts Remove unusused variable 2024-05-03 20:25:40 +00:00
LICENSE Initial commit 2024-05-02 07:42:18 +00:00
README.md Add instruction on adding a tool 2024-05-03 13:22:01 +00:00

README.md

DLT = Discord-Linux Tools

These collection aims to provide useful (or not) tools for dlinux users

How to use this?

Installation

git clone https://git.ssh.surf/Cyber/dlt /root/dlt
  1. Go to /root/dlt
  2. Find a script that you want and execute it

Want to create a tool for others?

  1. Fork the repo
  2. Add your tool
  3. Create a pull request

Here are some rules:

  1. Only one script per pull request
  2. Try not to install packages that are not required by your script
  3. Put temporary files into /tmp and clean them after execution
  4. Use variables for things that can change
  5. Make sure your script is executable (chmod +x)
  6. Make sure your script works in non-TTY mode (for usage within Discord) if possible