diff options
Diffstat (limited to 'inception')
-rwxr-xr-x | inception | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -78,10 +78,8 @@ function inception_load { # Install function inception_install { - # We could just do that, but we shall make sure that code was verified - #$0 init - #$0 load - echo "Please README!" + $0 init + $0 load $* } # Deploy |