0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 11 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove parameters for read More... about 10 years ago
disable text selection and encourage viewing source instead More... about 10 years ago
fix wording More... about 10 years ago
update gpg doc More... about 10 years ago
update view-source docs More... about 10 years ago
update wording in view-source More... about 10 years ago
use https in view-source example More... about 10 years ago
keep command as small as possible as per rationale in issue #8 More... about 10 years ago
add gpg clearsigning to makefile More... about 10 years ago
Merge pull request #7 from necrophcodr/develop 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. More... about 10 years ago
Merge branch 'master' into develop More... about 10 years ago
explicit https in curl command More... about 10 years ago
fix ssh command and add exit to avoid gpg sig conflict More... about 10 years ago
update for new provisor API More... about 10 years ago
add code commentary for those that view-source More... about 10 years ago
hashbang.sh: Now no longer uses keyType value. More... about 10 years ago
Update hashbang.sh script to follow new HTTPS and registration rules. More... about 10 years ago
Fix using && instead of -a for AND comparison, to improve compatibility. More... about 10 years ago
Use '=' instead of '==' for strings, for better POSIX compliance. More... about 10 years ago
Fix comparing strings as integers. Fix using string comparison for integers. More... about 10 years ago
Fix hashbang.sh using '==' instead of comparison operators -eq and -ne. More... about 10 years ago
Fix broken support for Bourne-like shells. 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. More... about 10 years ago
Fix IdentityFile being full path, including ".pub". More... about 10 years ago
Fix #1 More... about 10 years ago
Merge branch 'nonrsa-keys' of git://github.com/lollek/hashbang.sh into develop More... about 10 years ago
Replace /bin/bash with /bin/sh and BASH with SH in sed templates. 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). More... about 10 years ago
Fix obsolete "local" variables (might be incompatible). Fix checking for 'sed' (was actually using expr, not sed). More... about 10 years ago