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 fe62722 commit 02a9ae0Copy full SHA for 02a9ae0
scan.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env python
2
+# -*- coding:utf-8 -*-
3
+
4
+import os
5
6
+# Running
7
+os.system("python source/ip_scanner.py")
ip_scanner.py renamed to source/ip_scanner.py
0 commit comments