diff options
Diffstat (limited to 'scripts/smc')
-rw-r--r-- | scripts/smc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/smc b/scripts/smc new file mode 100644 index 0000000..3937855 --- /dev/null +++ b/scripts/smc @@ -0,0 +1,4 @@ +#! python +import steuermann.run_all as run_all + +run_all.main() |