Welcome
Pinned Loading
-
-
-
-
stdin to copy (linux version of pbcopy)
stdin to copy (linux version of pbcopy) 1echo "something to copy" | xsel -i -b
-
parallelise bash for loops with an a...
parallelise bash for loops with an ampersand 1#!/bin/bash
23for thing in list of stuff; do
4task "$thing" &
5done
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.