7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
#!/bin/bash
|
||
|
PATH_BUILD=$1
|
||
|
PATH_DEB=$2
|
||
|
GIT_VERSION=$3
|
||
|
|
||
|
cp -fr ${PATH_BUILD}/tmp/web/* ${PATH_DEB}/usr/lib/standardnotes/web/
|