This website requires JavaScript.
Explore
Help
Sign In
XorA
/
bash-it
Watch
1
Star
0
Fork
You've already forked bash-it
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
50aebc5c6e
bash-it
/
completion
/
available
/
flutter.completion.bash
6 lines
96 B
Bash
Raw
Blame
History
#!/usr/bin/bash
if
command
-v flutter > /dev/null
;
then
eval
"
$(
flutter bash-completion
)
"
fi
Reference in New Issue
View Git Blame
Copy Permalink