10 lines
89 B
Bash
Executable File
10 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "${SMASHING_PROJECT_DIR}"
|
|
|
|
bundle install
|
|
|
|
smashing "$@"
|