Sync of work (#416)

pull/422/head
Igor Zalatov 2022-08-27 18:35:58 +03:00 committed by GitHub
parent 918a4a2e6f
commit 3366f161a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ export EDITOR='/bin/vi'
cli() { yaml-cli -i /etc/majestic.yaml $@; }
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 && \
chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin" && /tmp/ipctool $@); }