The official leaked source code of the Dyno Discord Bot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
187 B

4 years ago
  1. #!/bin/bash
  2. servers=("titan" "atlas" "pandora" "hype" "prom" "janus" "sinope" "narvi" "gany" "europa" "elara" "metis")
  3. for s in "${servers[@]}"
  4. do
  5. ssh dyno@"$s".dyno.lan $*
  6. done