Skip to content

kkrruumm/kad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

kad

This is a simple script to run commands and scripts on multiple machines in parallel.

This script assumes you've already set up SSH access on the machines you wish to control.

General command cheatsheet

kad execute 'command' group - Execute 'command' on machine group 'group'

kad copy file destination group - Copy 'file'(s) to 'destination' on machine group 'group'

kad help- Shows this help menu

Configuring

Machine groups can be defined in ~/.config/kad/groups as an 'array' of IP addresses and usernames following shell syntax.

Example:

Example commands

kad execute 'echo hello world' servergroup - Executes 'echo hello world' on group 'servergroup'

kad copy /home/krum/test /home/krum servergroup - Copies file 'test' to '/home/krum' on group 'servergroup'

Todo

- A lot.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages