Basic binstub
This commit is contained in:
8
lib/tasks/mrsk/templates/mrsk
Executable file
8
lib/tasks/mrsk/templates/mrsk
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${*}" == "" ]; then
|
||||
# Improve so list matches
|
||||
exec bin/rake -T mrsk
|
||||
else
|
||||
exec bin/rake "mrsk:$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user