mirror of
https://github.com/hectorm/hblock.git
synced 2026-04-22 23:16:36 +05:30
Format
This commit is contained in:
parent
b4686a2aaa
commit
9ca72de5d9
3 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
set -eu
|
||||
export LC_ALL=C
|
||||
|
||||
ENL="$(printf '\\\nx')"; ENL="${ENL%x}"
|
||||
ENL=$(printf '\\\nx'); ENL=${ENL%x}
|
||||
|
||||
main() {
|
||||
hosts="${1:-/etc/hosts}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue