Files
dot/.bash.d/.bash_functions

9 lines
202 B
Bash
Raw Normal View History

2026-02-21 07:58:17 -05:00
# $1: Version
# $2: Path to Qt; defaults to $HOME/Qt
function assistant {
local version=${1:-6\.7\.3}
local path=${2:-$HOME/Qt}
nohup ${path%/}/$version/gcc_64/bin/assistant > /dev/null 2>&1 &
}