diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:38:25 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:38:25 +0100 |
commit | d3ff9137852ad5db95ce34e452544175c67541cc (patch) | |
tree | 5d17fa0f6ecb13d72027654f067eb3164763b63e /bashrc | |
parent | Put diffs in bin folder (diff) | |
download | util-d3ff9137852ad5db95ce34e452544175c67541cc.tar.bz2 util-d3ff9137852ad5db95ce34e452544175c67541cc.tar.xz util-d3ff9137852ad5db95ce34e452544175c67541cc.zip |
Add utils to PATH
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ bloatysizes() { bloaty -s vm --domain=vm -d symbols -C full -n 0 $TARGET | tee /var/tmp/bloaty } +PATH="$HOME/work/smssite/utils:$PATH" CORES=$(grep core\ id /proc/cpuinfo | wc -l) CPUS=$(grep core\ id /proc/cpuinfo -c) if [ -n "$DISTCC_HOSTS" ] ; then |