mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-21 23:32:59 +00:00
8 lines
No EOL
101 B
Bash
Executable file
8 lines
No EOL
101 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Dummy"
|
|
echo "95"
|
|
echo "normal"
|
|
awk "BEGIN{srand(); r=rand(); print r * 100}"
|
|
|
|
exit 0 |