mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 02:48:34 +00:00
6 lines
145 B
Bash
Executable file
6 lines
145 B
Bash
Executable file
#!/bin/bash
|
|
|
|
: "${ZED_IMPERSONATE:=as-cii}"
|
|
export ZED_IMPERSONATE
|
|
|
|
ZED_ADMIN_API_TOKEN=secret ZED_SERVER_URL=http://localhost:8080 cargo run $@
|