dotfiles/.bin/texec

8 lines
107 B
Plaintext
Raw Normal View History

2023-02-22 08:31:38 +01:00
#!/bin/sh
. $HOME/.bin/_config
if [ $# -gt 0 ]; then
$STERM -T "$@" -e ksh -ic "$1"
else
$STERM
fi