Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2015-12-03 14:59:55
Size: 111
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 4: Line 4:
Bash / Linux Scripts == Bash / Linux Scripts ==
 * [[/pdfsplit]]
 * [[/pdfjoin]]
 * /UpdateScript
Line 6: Line 9:
 * [[/pdfsplit]] == 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)