|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=3) %!d(string=hai) anos | |
build_collab_plugin.sh | %!s(int64=3) %!d(string=hai) anos | |
build_static_app.sh | %!s(int64=3) %!d(string=hai) anos | |
dev_server.sh | %!s(int64=2) %!d(string=hai) anos |
The scripts in this directory are to be executed in a development shell.
The command
nix-shell
will create a shell with all dependencies resolved and environment variables set correctly.
It is also possible to run only a single script in a non-interactive shell. For instance
nix-shell --run scripts/dev_server.sh
will start a development server.