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