mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-06 02:48:57 +01:00
newline police
This commit is contained in:
parent
022bf2bb48
commit
c8cedf5684
@ -6,6 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|||||||
PUBLIC=$DIR/public
|
PUBLIC=$DIR/public
|
||||||
|
|
||||||
curl https://npm.reversehttp.com/@preact/signals-core,@preact/signals,htm/preact,preact,preact/hooks,@microsoft/fetch-event-source > $PUBLIC/index.js
|
curl https://npm.reversehttp.com/@preact/signals-core,@preact/signals,htm/preact,preact,preact/hooks,@microsoft/fetch-event-source > $PUBLIC/index.js
|
||||||
|
echo >> $PUBLIC/index.js # add newline
|
||||||
|
|
||||||
echo "// Generated file, run deps.sh to update. Do not edit directly
|
echo "// Generated file, run deps.sh to update. Do not edit directly
|
||||||
R\"htmlraw($(cat $PUBLIC/index.html))htmlraw\"
|
R\"htmlraw($(cat $PUBLIC/index.html))htmlraw\"
|
||||||
@ -13,4 +14,4 @@ R\"htmlraw($(cat $PUBLIC/index.html))htmlraw\"
|
|||||||
|
|
||||||
echo "// Generated file, run deps.sh to update. Do not edit directly
|
echo "// Generated file, run deps.sh to update. Do not edit directly
|
||||||
R\"jsraw($(cat $PUBLIC/index.js))jsraw\"
|
R\"jsraw($(cat $PUBLIC/index.js))jsraw\"
|
||||||
" > $DIR/index.js.cpp
|
" > $DIR/index.js.cpp
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user