mirror of https://github.com/OpenIPC/firmware.git
[skip ci] Add differ alias
parent
0a666dd073
commit
507be932c5
|
@ -32,6 +32,8 @@ export EDITOR='/bin/vi'
|
||||||
|
|
||||||
cli() { yaml-cli -i /etc/majestic.yaml $@; }
|
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 && \
|
[ -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 $@); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue