2 lines
65 B
Bash
Vendored
2 lines
65 B
Bash
Vendored
#!/bin/sh
|
|
echo "$RANDOM" # Unsupported in sh. Produces warning.
|