Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile
[profile] / xrun
CommitLineData
8e08f814
MW
1#! /bin/sh
2cmd=`xgetline -t "Shell command" -p "Command:" -Hl $HOME/.cmd.hist` &&
3 exec xcatch -- sh -c "$cmd"