oikarinen
e691826b4b
Fix all ShellCheck errors and add to CI ( #1179 )
ci / lint (push) Has been cancelled
ci / typo (push) Has been cancelled
ci / test (push) Has been cancelled
ci / build (macos-latest) (push) Has been cancelled
ci / build (ubuntu-latest) (push) Has been cancelled
2024-12-20 23:16:39 -08:00
Edwin Kofler
47e940272a
fix: Improve Bash hygiene ( #1056 )
...
* fix: Improve Bash hygiene
* Update quoting to account for new bugs
* quotes
* fix: Remove extra shellcheck comment
2023-08-18 16:15:40 +08:00
Edwin Kofler
b372bab52a
chore: Improve Bash variously ( #1032 )
2023-02-21 10:03:56 +08:00
Edwin Kofler
75d0dbff6d
chore: Various Bash improvements ( #1029 )
2023-02-03 09:41:36 +08:00
Edwin Kofler
4611b24320
chore: Fix more Bash inconsistencies ( #1021 )
2023-01-20 18:17:49 +08:00
spacewander
02a440953b
replace wildcard '?' to literal '?'
...
Previously the `?` in the case statement will match any single letter.
As a result, `git scp a` will act as the same as `git scp -h`.
What we actually need is a literal '?'.
2015-10-08 14:06:46 +08:00
spacewander
7ae2e0b9ef
git-scp: use portable terminal escape sequences
2015-10-08 10:24:31 +08:00
CJ
62dd4a2258
Updated documentation for git-scp and slight feature change
2015-04-27 15:05:17 +08:00
Kylie McClain
5b1ac3ccc6
use argument separator for usages of grep which can choke on weird input
2015-04-08 18:51:30 -04:00
CJ
73d5209743
adapted a more generic, customizable and friendly script
2014-12-16 21:26:18 +08:00
CJ
399073af7b
Copy from git-goth https://github.com/chernjie/git-goth
2014-12-16 20:12:06 +08:00