Mercurial > hg > dtl-dml-home
view bin/runin @ 104:a2b3e6f86f9d dml-dockerised
trying to checkout hg branch
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Fri, 13 Jul 2018 17:15:06 +0100 |
parents | 7d34f4b6df69 |
children |
line wrap: on
line source
#!/bin/sh # usage: runin <directory> <command> <args> ... # Runs <command> after cd-ing into <directory> cd $1 shift 1 stty ek exec $*