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