mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-22 15:42:59 +00:00
6 lines
94 B
Bash
Executable file
6 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Dummy"
|
|
echo "95"
|
|
echo "normal"
|
|
awk "BEGIN{srand(); r=rand(); print r * 100}"
|