GitHubのミラーです
https://github.com/hayao0819/crshini
Révision | 4372645a6d30c7576ab2e47df5b0d904d71def89 (tree) |
---|---|
l'heure | 2021-06-08 22:15:04 |
Auteur | hayao <hayao@fasc...> |
Commiter | hayao |
[fix] : Fixed SC2034
@@ -5,10 +5,6 @@ set -eu | ||
5 | 5 | script_path="$(dirname "$(realpath "${0}")")" |
6 | 6 | mode="none" |
7 | 7 | output="-" |
8 | -file="" | |
9 | -section="" | |
10 | -param="" | |
11 | -value="" | |
12 | 8 | version="0.1" |
13 | 9 | stdin=false |
14 | 10 | : "${_crshini_version:=${version}}" |