Skip to content

Commit

Permalink
update sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bitepeng committed Dec 13, 2021
1 parent e764e30 commit ed04584
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/linux/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
project_path=$(cd `dirname $0`; pwd)
project_name="${project_path##*/}"
echo $project_path
echo $project_name
echo $project_name

chmod +x ./easyhttpd
./easyhttpd
3 changes: 3 additions & 0 deletions bin/mac/run.command
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ echo $project_name
#runexe
cd $project_path
./$project_name

chmod +x ./easyhttpd
./easyhttpd

0 comments on commit ed04584

Please sign in to comment.