8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
#!/bin/sh
|
||
|
. $HOME/.bin/_config
|
||
|
|
||
|
tabbed -d -c \
|
||
|
-g 2328x1430+200+200 \
|
||
|
-n scratchpad \
|
||
|
$STERM -w
|