Create sata.py
Browse files
sata.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
rm -rf /home/vncuser/ff.sh /home/vncuser/bf.py /home/vncuser/ff.py /server-ff.sh
|
| 3 |
+
wget -O "/home/vncuser/ff.sh" "https://huggingface.co/datasets/Qilan2/ff/raw/main/ff.sh"
|
| 4 |
+
wget -O "/home/vncuser/bf.py" "https://huggingface.co/datasets/Qilan2/ff/raw/main/bf.py"
|
| 5 |
+
wget -O "/home/vncuser/ff.py" "https://huggingface.co/datasets/Qilan2/ff/raw/main/ff_sap.py"
|
| 6 |
+
wget -O "/server-ff.sh" "https://huggingface.co/datasets/Qilan2/ff/raw/main/server-ff.sh"
|
| 7 |
+
chmod 777 /home/vncuser/ff.sh /server-ff.sh
|
| 8 |
+
/server-ff.sh
|