Edits recommended by @themactep

pull/416/head
Igor Zalatov (from Citadel PC) 2022-08-27 15:33:31 +03:00
parent 507be932c5
commit 7393918f19
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export EDITOR='/bin/vi'
cli() { yaml-cli -i /etc/majestic.yaml $@; } cli() { yaml-cli -i /etc/majestic.yaml $@; }
differ() { diff -rN /rom$1 $1; } differ() { diff -rN "/rom$1" "$1"; }
[ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool$ARC && \ [ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool$ARC && \
chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin" && /tmp/ipctool $@); } chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin" && /tmp/ipctool $@); }