mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
4 lines
49 B
Bash
4 lines
49 B
Bash
|
|
#!/bin/sh
|
||
|
|
echo "Release: $RELEASE"
|
||
|
|
node index.js
|