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