4 lines
51 B
Python
4 lines
51 B
Python
import subprocess
|
|
|
|
print("This is an init script")
|
import subprocess
|
|
|
|
print("This is an init script")
|