move takeout location from private package
This commit is contained in:
parent
1271fe5054
commit
89efa11a28
6 changed files with 2 additions and 3 deletions
7
my/location/update_cache
Executable file
7
my/location/update_cache
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
python3 -m location update_cache
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue