78e21b5200
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
14 lines
264 B
Bash
Executable file
14 lines
264 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# start 4 mutt clients
|
|
tmutt
|
|
tmutt
|
|
|
|
# start tee window
|
|
# x-terminal-emulator -name tee -e ressh.sh tee.schottelius.org
|
|
|
|
# start root window
|
|
x-terminal-emulator -name sudo -e sudo -i
|
|
|
|
# retrieve mails
|
|
x-terminal-emulator -name fetchmail -e hole_mails 30
|