Files
stacks-puppet-node/bin/blockstack-server
2017-02-28 17:09:52 -05:00

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 $@