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