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.

15 lines
409 B

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