Create cm.sh
This commit is contained in:
parent
3042498a0e
commit
cadf6e474d
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
DIR=$1
|
||||||
|
DEVICE=$2
|
||||||
|
rm
|
||||||
|
/root/bypy/bypy.py -v --disable-ssl-check -s 10MB syncup $DIR cm/$DEVICE
|
||||||
|
|
||||||
|
rm -r $DIR
|
Loading…
Reference in New Issue