call me a programmer because I can sort
function f() { sleep "$1" echo "$1" } while [ -n "$1" ]; do f "$1" & shift done wait
@theorytoeOoh! The famous not-so-quick sort 🤔
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy. Stay safe. Please abide by our code of conduct. (Source code)