3 lines
75 B
Bash
3 lines
75 B
Bash
|
|
#!/bin/sh
|
||
|
|
export ops_config=production
|
||
|
|
. /data/www/python3_vir/bin/activate
|