Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2015-12-03 15:11:07
Size: 115
Editor: scot
Comment:
Revision 8 as of 2021-05-30 18:23:46
Size: 539
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
This page exists to document the scripts that I use. This page exists to document the scripts that I use.vscode-remote://wsl%2Bubuntu-20.04/mnt/e/Desktop/test.exp
Line 6: Line 6:
 * [[/pdfjoin]]
 * /UpdateScript

== Expect Scripts ==

Expect is a cool scripting language that allows you to interact with other services across the internet in a scripted fashion. E.g. you can spawn an ssh session and do some remote work (although I would do that through Ansible).

 * /SshLogin with Expect

== Ansible Scripts ==

 * /CheckDiskSpace

Scripts

This page exists to document the scripts that I use.vscode-remote://wsl%2Bubuntu-20.04/mnt/e/Desktop/test.exp

Bash / Linux Scripts

Expect Scripts

Expect is a cool scripting language that allows you to interact with other services across the internet in a scripted fashion. E.g. you can spawn an ssh session and do some remote work (although I would do that through Ansible).

Ansible Scripts

Scripts (last edited 2021-05-30 18:23:46 by scot)