Update server-ff.sh
Browse files- server-ff.sh +1 -1
server-ff.sh
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
# nohup python /data/app.py > /dev/null 2>&1 &
|
| 3 |
-
ls /
|
| 4 |
|
| 5 |
# nohup /fff.sh > /dev/null 2>&1 &
|
| 6 |
# echo "等待60秒"
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
# nohup python /data/app.py > /dev/null 2>&1 &
|
| 3 |
+
ls /data
|
| 4 |
|
| 5 |
# nohup /fff.sh > /dev/null 2>&1 &
|
| 6 |
# echo "等待60秒"
|