22 lines
1.1 KiB
Bash
Executable File
22 lines
1.1 KiB
Bash
Executable File
#!/bin/bash
|
|
|
|
#Kill FastDL: CSS
|
|
screen -S fastdl_css_ze -X quit
|
|
screen -S fastdl_css_zr -X quit
|
|
screen -S fastdl_css_mg -X quit
|
|
#screen -S fastdl_css_zh -X quit
|
|
#screen -S fastdl_css_trikz -X quit
|
|
|
|
#Kill FastDL: CSGO
|
|
#screen -S fastdl_csgo_ze -X quit
|
|
|
|
#FastDL: CSS
|
|
screen -A -m -d -S fastdl_css_ze python3 fastdl_ftp.py -t 2 ../css_ze/cstrike/{maps,materials,models,sound} ftp://163.172.117.46/fastdl/css_ze
|
|
screen -A -m -d -S fastdl_css_zr python3 fastdl_ftp.py -t 2 ../css_zr/cstrike/{maps,materials,models,sound} ftp://163.172.117.46/fastdl/css_zr
|
|
screen -A -m -d -S fastdl_css_mg python3 fastdl_ftp.py -t 2 ../css_mg/cstrike/{maps,materials,models,sound} ftp://163.172.117.46/fastdl/css_mg
|
|
#screen -A -m -d -S fastdl_css_zh ./fastdl_ftp.py -t 2 ./css_zh/cstrike/{maps,materials,models,sound} ftp://#fastdl.unloze.com/css_zh
|
|
#screen -A -m -d -S fastdl_css_trikz ./fastdl_ftp.py -t 2 ./css_trikz/cstrike/{maps,materials,models,sound} ftp://#fastdl.unloze.com/css_trikz
|
|
|
|
#FastDL: CSGO
|
|
#screen -A -m -d -S fastdl_csgo_ze ./fastdl_ftp.py -t 2 ./csgo_ze/csgo/{maps,materials,models,sound} ftp://#fastdl.unloze.com/csgo_ze
|