Mercurial > hg > dml-home
view bin/runin @ 53:c7720fefea26
Added helpers and info about building SWI Prolog
author | daniel |
---|---|
date | Thu, 14 May 2015 15:35:04 +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 $*