Skip to content

Commit 53867ca

Browse files
authored
Merge pull request #16 from alisharify7/master
adding r and php to run.sh
2 parents d68a4cd + 16c42cb commit 53867ca

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

run.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,21 @@ python3 ./src/prime.py
126126
echo ""
127127

128128

129+
130+
131+
echo "*------------ Php -------------*"
132+
133+
sleep 5 # cpu cool down
134+
135+
php ./src/prime.php
136+
echo ""
137+
138+
139+
140+
echo "*------------ R -------------*"
141+
142+
sleep 5 # cpu cool down
143+
144+
Rscript ./src/prime.R
145+
echo ""
146+

0 commit comments

Comments
 (0)