chiark / gitweb /
7562b049ef71c2c03163062f69635d4cbc6cface
[profile] / xrun
1 #! /bin/sh
2 cmd=`xgetline -t "Shell command" -p "Command:" -Hl $HOME/.cmd.hist` &&
3   exec xcatch -- sh -c "$cmd"