Skip to content

Commit

Permalink
add script for starting.
Browse files Browse the repository at this point in the history
  • Loading branch information
VEINHORN committed Jan 31, 2015
1 parent c5ff034 commit cd6b130
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ DOWNLOAD filename(with extension)
##UPLOAD
UPLOAD filename(with extension)

##EXIT(on client side)
Just type EXIT.

##EXAMPLES
1. DOWNLOAD movie.mp4
2. UPLOAD movie.mp4
Expand Down
3 changes: 3 additions & 0 deletions run_client.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkdir client/
erlc *.erl
escript client.erl
3 changes: 3 additions & 0 deletions run_server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mkdir server/
erlc *.erl
escript server.erl

0 comments on commit cd6b130

Please sign in to comment.