Shebang
This commit is contained in:
parent
70fca372b3
commit
e8191669c7
1 changed files with 2 additions and 0 deletions
2
bin/server.dart
Normal file → Executable file
2
bin/server.dart
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env dart
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:io';
|
||||
import 'package:angel/angel.dart';
|
||||
|
|
Loading…
Reference in a new issue