This website works better with JavaScript
Home
Explore
Help
Register
Sign In
amber
/
prof-stef
Watch
2
Star
1
Fork
0
Files
Issues
3
Pull Requests
0
Wiki
Browse Source
Server start for *nix and window
Thomas Rake
12 years ago
parent
012adfcffd
commit
31ea446fc3
2 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
1
0
start.bat
3
0
start.sh
+ 1
- 0
start.bat
View File
@@ -0,0 +1 @@
+node vendor/amber/server/server.js
+ 3
- 0
start.sh
View File
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+node vendor/amber/server/server.js