From 54eec8a350d53e54cdcea538fd79e7cbb28a6550 Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Fri, 31 Oct 2014 21:30:34 +0800 Subject: [PATCH] Create new entrypoint --- run.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.py diff --git a/run.py b/run.py new file mode 100644 index 0000000..3bb2f81 --- /dev/null +++ b/run.py @@ -0,0 +1,3 @@ +from cloudbaseinit import shell + +shell.main()