chiark / gitweb /
dot-emacs: Fix the C mode hacking.
[profile] / xrun
1 #! /bin/sh
2 cmd=`xgetline -t "Shell command" -p "Command:" -Hl $HOME/.cmd.hist` &&
3   exec xcatch -- sh -c "$cmd"