view bin/runin @ 44:baf2f03b62fc

Changed DML startup
author .screenrc
date Tue, 24 Mar 2015 23:32:14 +0000
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 $*