Code Review
/
ric-plt
/
nodeb-rnib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Adding RESET connection status for E2 Reset
[ric-plt/nodeb-rnib.git]
/
ci
/
publish.sh
1
#!/bin/bash
2
echo "$0: start copying packages"
3
4
TARGET=/export
5
if [ $# -eq 1 ]
6
then
7
TARGET=$1
8
fi
9
10
if [ ! -d "$TARGET" ]
11
then
12
echo "$0: Error: target dir $TARGET does not exist"
13
exit 1
14
fi
15
16
cp -v /tmp/*.deb "$TARGET"