File size: 89 Bytes
62113eb
 
 
 
 
6a82390
 
 
9972db6
1
2
3
4
5
6
7
8
9
#!/bin/bash

echo "hello world"
date

nohup python -m http.server 7860 &

sleep 10
exit 0