Skip to content

Commit bff71a9

Browse files
committed
build script
1 parent 59a2dbb commit bff71a9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

remove_infrequent_words1/build.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#! /bin/bash
2+
3+
rm -f run.jar
4+
5+
cd repo
6+
git pull
7+
8+
cd src/remove_infrequent_words
9+
sbt assembly
10+
11+
cd ../../..
12+
cp repo/src/remove_infrequent_words/target/scala-2.10/RemoveInfrequentWordsApp-assembly-1.0.jar run.jar
13+

0 commit comments

Comments
 (0)