Matthieu Bessat
3713cc2443
Created a kernel crate to store models and future action implementations. Will be useful to create admin cli.
8 lines
106 B
Bash
Executable file
8 lines
106 B
Bash
Executable file
#!/usr/bin/sh
|
|
|
|
set -xeuo pipefail
|
|
|
|
./login.sh
|
|
./authorize.sh
|
|
./access_token_request.sh
|
|
./get_user_info.sh
|