summaryrefslogtreecommitdiff
path: root/bio/1/1.c.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bio/1/1.c.sh')
-rw-r--r--bio/1/1.c.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bio/1/1.c.sh b/bio/1/1.c.sh
new file mode 100644
index 0000000..e05be5a
--- /dev/null
+++ b/bio/1/1.c.sh
@@ -0,0 +1,5 @@
+for i in $(./loopstr 1000000)
+do
+ if [ $(./1 $i | grep -o "[0-9] " | wc -l) == "2" ]; then echo hit; fi
+ echo $i > ./count
+done