hucsteM to OpenBSD Operating System · 3 years agoOpenBSD: pkg_add performance analysisdataswamp.orgexternal-linkmessage-square2fedilinkarrow-up16arrow-down10file-text
arrow-up16arrow-down1external-linkOpenBSD: pkg_add performance analysisdataswamp.orghucsteM to OpenBSD Operating System · 3 years agomessage-square2fedilinkfile-text
minus-squarehucsteOPMlinkfedilinkarrow-up2·3 years agoSimple: 1/ write a shell script with this content: #!/bin/sh /usr/local/bin/curl -s -q -N $5 2/ change the FETCH_CMD to the shell script! ;-)
Simple:
1/ write a shell script with this content:
#!/bin/sh /usr/local/bin/curl -s -q -N $5
2/ change the FETCH_CMD to the shell script!
;-)