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