summaryrefslogtreecommitdiff
path: root/emulated_program.sh
diff options
context:
space:
mode:
authorFeideus <erwan.ulrich@gmail.com>2018-07-02 13:02:44 +0200
committerFeideus <erwan.ulrich@gmail.com>2018-07-02 13:02:44 +0200
commit447b7510a8a36a49d1e83ce4f8fda3d62478efc1 (patch)
treefd75a73c32bd6988ddc1f6f224f47897430bd50a /emulated_program.sh
parent22c22d3252bdc8008c5f931f4b452e5a3505342b (diff)
downloadschemafuzz-447b7510a8a36a49d1e83ce4f8fda3d62478efc1.tar.gz
schemafuzz-447b7510a8a36a49d1e83ce4f8fda3d62478efc1.tar.bz2
schemafuzz-447b7510a8a36a49d1e83ce4f8fda3d62478efc1.zip
adding intresting files, tweaking & thinking about the best stack trace parsing method
Diffstat (limited to 'emulated_program.sh')
-rw-r--r--emulated_program.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulated_program.sh b/emulated_program.sh
new file mode 100644
index 0000000..bd1f592
--- /dev/null
+++ b/emulated_program.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+var=`shuf -i 1-100 -n 1`;
+echo "$var"; \ No newline at end of file