More sample jobs
This commit is contained in:
3
jobs/gen_urandom.sh
Executable file
3
jobs/gen_urandom.sh
Executable 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
3
jobs/grep-disk.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
grep -r 'how-many-subshells' . >/dev/null
|
Reference in New Issue
Block a user