projects
/
xhome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
epic-ts
[xhome.git]
/
debian
/
xfhem.cp
1
#!/bin/bash
2
set -e
3
4
mkdir -p $1/usr/bin/
5
cp xfhem/bin/xfhem $1/usr/bin/
6
7
mkdir -p $1/opt/fhem/
8
cp xfhem/etc/wagnertech.cfg $1/opt/fhem/
9
10