mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-10 16:56:34 +08:00
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "This command is DEPRECATED. Please use \`blockstack-core\` in the future."
|
|
|
|
exec blockstack-core $@
|