We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e764e30 commit ed04584Copy full SHA for ed04584
bin/linux/run.sh
@@ -5,4 +5,7 @@
5
project_path=$(cd `dirname $0`; pwd)
6
project_name="${project_path##*/}"
7
echo $project_path
8
-echo $project_name
+echo $project_name
9
+
10
+chmod +x ./easyhttpd
11
+./easyhttpd
bin/mac/run.command
@@ -10,3 +10,6 @@ echo $project_name
#runexe
cd $project_path
12
./$project_name
13
14
15
0 commit comments