mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 09:12:05 +08:00
8 lines
146 B
Bash
8 lines
146 B
Bash
#!/usr/bin/bash
|
|
|
|
# silences a ruby warning
|
|
# https://bugs.launchpad.net/ubuntu/+source/iptables-netflow/+bug/1907932
|
|
export RUBYOPT="-W0"
|
|
|
|
irqtop
|