4 lines
No EOL
174 B
Bash
Executable file
4 lines
No EOL
174 B
Bash
Executable file
#!/bin/bash
|
|
PATH="/home/roberto/.nvm/versions/node/v20.18.0/bin:$PATH"
|
|
DIR=$(dirname "$0")
|
|
handlebars "$DIR"/assets/jstemplates/items/ -f "$DIR"/assets/static/js/templates.js |