12 lines
269 B
Bash
Executable file
12 lines
269 B
Bash
Executable file
#!/usr/bin/zsh
|
|
#time numactl --physcpubind=1,3,5,7 makepkg -f
|
|
#sh key
|
|
time numactl --physcpubind=0,1,3,4,6,7 makepkg -f
|
|
#numactl --physcpubind=1,3,5,7 makepkg -f --skippgpcheck
|
|
echo " DONE in so many hours mins secs "
|
|
cat time
|
|
echo "made this:"
|
|
ls -lh *pkg.tar.lz
|
|
|
|
|
|
|