7 lines
77 B
Bash
Executable file
7 lines
77 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
python3 -m location update_cache
|
|
|