5 lines
No EOL
178 B
Bash
Executable file
5 lines
No EOL
178 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Create a job config for generating a random number
|
|
# $1 is the partition ref (output path)
|
|
echo "{\"outputs\":[\"$1\"],\"inputs\":[],\"args\":[\"$1\"],\"env\":{}}" |