6 lines
70 B
Bash
6 lines
70 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# signal that the import has finsihed
|
||
|
touch /tmp/finished
|
||
|
|