diff options
Diffstat (limited to 'examples/server/deps.sh')
-rwxr-xr-x | examples/server/deps.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/server/deps.sh b/examples/server/deps.sh index ea23e645..d2837890 100755 --- a/examples/server/deps.sh +++ b/examples/server/deps.sh @@ -8,13 +8,3 @@ PUBLIC=$DIR/public echo "download js bundle files" curl https://npm.reversehttp.com/@preact/signals-core,@preact/signals,htm/preact,preact,preact/hooks > $PUBLIC/index.js echo >> $PUBLIC/index.js # add newline - -FILES=$(ls $PUBLIC) - -cd $PUBLIC -for FILE in $FILES; do - echo "generate $FILE.hpp" - - # use simple flag for old version of xxd - xxd -i $FILE > $DIR/$FILE.hpp -done |