+3
-1
@@ -256,7 +256,9 @@ export const main = sdk.setupMain(async ({ effects }) => {
|
||||
'export PATH=/root/.cargo/bin:/data/bin:/usr/local/bin:/usr/bin:/bin',
|
||||
"export PS1='spaces:\\w$ '",
|
||||
`alias spaces='space-cli --chain ${SPACED_CHAIN} --rpc-user "$SPACED_RPC_USER" --rpc-password "$SPACED_RPC_PASSWORD" '`,
|
||||
'cat <<EOF',
|
||||
// Quoted delimiter: banner copy uses backticks around CLI names; an unquoted
|
||||
// <<EOF would run command substitution (including `monitor` on PATH).
|
||||
'cat <<\'EOF\'',
|
||||
'',
|
||||
// Banner rendered via renderBanner() — auto-wraps any line that exceeds the
|
||||
// 96-cell text budget and pads every emitted line to exactly 100 cells, so
|
||||
|
||||
Reference in New Issue
Block a user