mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-03-29 22:35:41 +08:00
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "This command is DEPRECATED. Please use \`blockstack-core\` in the future."
|
|
|
|
shift 1
|
|
exec blockstack-core $@
|