= 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 ==
 * [[/pdfsplit]]
 * [[/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