Mercurial > hg > dtl-dml-home
view bin/runin @ 107:ee91974287d6 dml-dockerised tip
testing newest swi-prolog version
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Tue, 21 Aug 2018 18:37:33 +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 $*