#!/bin/sh
# Launch tabbed hosting st.
# Usage: tst [extra st args]
exec tabbed -c -r 2 st -w '' "$@"
