6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# signal that the import has finsihed
|
|
touch /tmp/finished
|
|
|