3 lines
73 B
Bash
Executable file
3 lines
73 B
Bash
Executable file
#!/usr/bin/env bash
|
|
term=default-terminal-emulator
|
|
exec $term -e weechat
|