We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the boostrap script to run the snowsaw. This should include constants to runsnowsaw:
boostrap
snowsaw
SNOWSAW_DIR
.snowsaw
SNOWSAW_BIN
bin/snowsaw
SNOWBLOCKS_BASE_DIR_NAME
snowblocks
SNOWBLOCKSDIR
.
bootstrap
The actual execution command "${SNOWSAW_DIR}/${SNOWSAW_BIN}" -s "${SNOWBLOCKSDIR}" should allow to add additional options via "${@}".
"${SNOWSAW_DIR}/${SNOWSAW_BIN}" -s "${SNOWBLOCKSDIR}"
"${@}"
The text was updated successfully, but these errors were encountered:
GHI-#1 Implement the bootstrap script
98c2b6a
Merge branch 'feature/ghi-#1-bootstrap-script' into develop
b516e30
GHI-#1 Implement Git configuration and ignore pattern
010f478
GHI-#1 Add Git ignore pattern for "gitconfig_auth"
67dedab
GHI-#1 Implement snowblock configuration file
e9c873e
Merge branch 'feature/ghi-#1-snowblock-git' into develop
fd43bda
No branches or pull requests
Implement the
boostrap
script to run thesnowsaw
.This should include constants to run
snowsaw
:SNOWSAW_DIR
.snowsaw
SNOWSAW_BIN
bin/snowsaw
SNOWBLOCKS_BASE_DIR_NAME
snowblocks
SNOWBLOCKSDIR
.
bootstrap
script runs in.The actual execution command
"${SNOWSAW_DIR}/${SNOWSAW_BIN}" -s "${SNOWBLOCKSDIR}"
should allow to add additional options via"${@}"
.The text was updated successfully, but these errors were encountered: