More sample jobs

This commit is contained in:
2024-07-15 23:20:42 +08:00
parent 151d39d5fe
commit 72ea9a7406
2 changed files with 6 additions and 0 deletions

3
jobs/gen_urandom.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
tr -dc 'a-z' </dev/urandom | head -c 1000000

3
jobs/grep-disk.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
grep -r 'how-many-subshells' . >/dev/null