node icon indicating copy to clipboard operation
node copied to clipboard

e2e: deduplicate shell script logic

Open gartnera opened this issue 11 months ago • 0 comments

There is a lot of logic that's duplicated between start-zetae2e.sh, start-zetaclient.sh, and start-zetacored.sh. We should

  • create a common library script that can be imported
  • move the more complicated logic to go. most of the http + json stuff would be cleaner on that side.

gartnera avatar Jan 27 '25 17:01 gartnera