chore: added sources from various channels

This commit is contained in:
Michele Cereda
2023-12-27 00:45:06 +01:00
parent 35a216597a
commit badcc19423
2 changed files with 9 additions and 3 deletions

View File

@@ -27,3 +27,5 @@ find ~ -type d -name ".git" -exec dirname {} + | xargs -I // git -C "//" pull
echo 1 2 3 4 | xargs "${BASH_ALIASES[my-alias]}"
echo 1 2 3 4 | xargs $aliases['my-alias']
```
[an opinionated guide to xargs]: https://www.oilshell.org/blog/2021/08/xargs.html