openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
hashbang.sh
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
3 months
ago. based on code collected
11 months
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 12 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove parameters for read
Olle Kvarnström
More...
about 10 years ago
disable text selection and encourage viewing source instead
lrvick
More...
about 10 years ago
fix wording
lrvick
More...
about 10 years ago
update gpg doc
lrvick
More...
about 10 years ago
update view-source docs
lrvick
More...
about 10 years ago
update wording in view-source
lrvick
More...
about 10 years ago
use https in view-source example
lrvick
More...
about 10 years ago
keep command as small as possible as per rationale in issue #8
lrvick
More...
about 10 years ago
add gpg clearsigning to makefile
lrvick
More...
about 10 years ago
Merge pull request #7 from necrophcodr/develop
Lance R. Vick
More...
about 10 years ago
Ensure script exits with 0. No exit code specified does NOT mean "exit 0". Read `man 1 exit`, section `EXIT STATUS`, for more information.
necrophcodr
More...
about 10 years ago
Merge branch 'master' into develop
necrophcodr
More...
about 10 years ago
explicit https in curl command
lrvick
More...
about 10 years ago
fix ssh command and add exit to avoid gpg sig conflict
lrvick
More...
about 10 years ago
update for new provisor API
lrvick
More...
about 10 years ago
add code commentary for those that view-source
lrvick
More...
about 10 years ago
hashbang.sh: Now no longer uses keyType value.
necrophcodr
More...
about 10 years ago
Update hashbang.sh script to follow new HTTPS and registration rules.
necrophcodr
More...
about 10 years ago
Fix using && instead of -a for AND comparison, to improve compatibility.
necrophcodr
More...
about 10 years ago
Use '=' instead of '==' for strings, for better POSIX compliance.
necrophcodr
More...
about 10 years ago
Fix comparing strings as integers. Fix using string comparison for integers.
necrophcodr
More...
about 10 years ago
Fix hashbang.sh using '==' instead of comparison operators -eq and -ne.
necrophcodr
More...
about 10 years ago
Fix broken support for Bourne-like shells.
necrophcodr
More...
about 10 years ago
Remove misplaced "exit" (what?). Fix issue where dash, posh, bourne shell, yash, and possibly other Bourne-like shells wouldn't work.
necrophcodr
More...
about 10 years ago
Fix IdentityFile being full path, including ".pub".
necrophcodr
More...
about 10 years ago
Fix #1
necrophcodr
More...
about 10 years ago
Merge branch 'nonrsa-keys' of git://github.com/lollek/hashbang.sh into develop
necrophcodr
More...
about 10 years ago
Replace /bin/bash with /bin/sh and BASH with SH in sed templates.
necrophcodr
More...
about 10 years ago
Fix issue with using until [[ -n $var ]]; which does not work with BusyBox Ash ($var is non-existant, yet this just skips the entire loop entirely).
necrophcodr
More...
about 10 years ago
Fix obsolete "local" variables (might be incompatible). Fix checking for 'sed' (was actually using expr, not sed).
necrophcodr
More...
about 10 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree