pointfichiers/shell/bash/.bash_exec
2024-06-01 03:13:28 +02:00

9 lines
185 B
Bash

#!/usr/bin/bash
# Start in tmux by default
[[ $TERM != "screen" ]] && [ -z "$TMUX" ] && exec tmux
if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then
jaaj
fi