8 lines
100 B
Bash
Executable file
8 lines
100 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
main() {
|
|
python3 scripts/tree.py
|
|
netlify deploy --prod -d .
|
|
}
|
|
|
|
main "$@"
|