>Within this sandbox, we can now create a new application using the code generator. ># cd ../.. ># ./util/bin/skel.py app my_app sandbox/my_sandbox
The first command (cd ../..) is redundant since the working dir has already been changed earlier and application can not be created without an existing repository.