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.

28 lines
644 B

2 years ago
# README
2 years ago
2 years ago
Collection of scripts and functions to make my developer life easier.
2 years ago
**logger/**
2 years ago
*Enrich command output for logging purposes*
2 years ago
**q_completion.sh**
*Add TAB completion to [q](https://github.com/ibm-messaging/mq-q-qload) for manipulating IBM MQ messages.*
2 years ago
**sent_to_slack.sh**
*Send messages to slack*
2 years ago
**showmyip.sh**
*Show my own external ip address*
2 years ago
**sshconnect.sh**
*TUI to display a list of servers with description.*
<img src="resources/sshconnect.png" width="75%">
2 years ago
**templates/template.sh**
*Advanced template for bash scripts*
2 years ago
**templates/template_multisystem.sh**
*Template for multisystem aware script*