This website works better with JavaScript.
Home
Help
Sign In
hms
/
openDir-d
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
2
Branches
104 KiB
Shell
100%
Branch:
openDir-d-2.0
master
openDir-d-2.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'openDir-d-2.0'
${ noResults }
openDir-d
/
bin
/
exitchk
7 lines
96 B
Raw
Permalink
Blame
History
#!/usr/bin/env bash
exitchk () {
if [ ! $opt = "exit" ]; then null=0
else exit
fi
}