From fdf0928d738a5f90051b655976b08554631629f4 Mon Sep 17 00:00:00 2001 From: huangsimin Date: Fri, 4 Jan 2019 16:42:23 +0800 Subject: [PATCH] add use command --- start.py | 1 + stop.py | 1 + 2 files changed, 2 insertions(+) diff --git a/start.py b/start.py index 477f817..a30d902 100755 --- a/start.py +++ b/start.py @@ -1,3 +1,4 @@ +#! /usr/bin/python3 import glob import os diff --git a/stop.py b/stop.py index 87a9660..9627c9c 100755 --- a/stop.py +++ b/stop.py @@ -1,3 +1,4 @@ +#! /usr/bin/python3 import glob import os