Skip to content

Commit ed04584

Browse files
committed
update sh
1 parent e764e30 commit ed04584

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bin/linux/run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
project_path=$(cd `dirname $0`; pwd)
66
project_name="${project_path##*/}"
77
echo $project_path
8-
echo $project_name
8+
echo $project_name
9+
10+
chmod +x ./easyhttpd
11+
./easyhttpd

bin/mac/run.command

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ echo $project_name
1010
#runexe
1111
cd $project_path
1212
./$project_name
13+
14+
chmod +x ./easyhttpd
15+
./easyhttpd

0 commit comments

Comments
 (0)