Add the following to your bashrc.
#Add another docker window
function dock()
{
if [ "$1" == "-h" ]
then| #!/usr/bin/env bash | |
| # | |
| # Converts Windows batch script to Linux shell script | |
| # | |
| # Invocation: | |
| # ./bat2sh script.bat | |
| # | |
| OUTFILE=${2:-${1%%.bat}.sh} |