mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-05-30 16:01:19 +00:00
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
|
#!/usr/bin/env node
|
||
|
|
||
|
"use strict";
|
||
|
|
||
|
console.error("ERROR: use 'aqua' command!")
|