FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
dotfiles/bin/command-exists at main · STiXzoOR/dotfiles · GitHub
STiXzoOR
/
dotfiles
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
dotfiles
/
bin
/
command-exists
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
7 lines (6 loc) · 82 Bytes
Breadcrumbs
dotfiles
/
bin
/
command-exists
Copy path
File metadata and controls
executable file
·
7 lines (6 loc) · 82 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
#!
/usr/bin/env bash
if
type
"
$1
"
>
/dev/null
2>&1
;
then
exit
0
else
exit
1
fi
Back
|
FazBrowse Home
|
New Git URL