chore: migrate config paths to XDG base directory and add hit_count tracking to api_cache
This commit is contained in:
@@ -67,10 +67,13 @@ backup:
|
||||
zip -r rp.zip *
|
||||
mv rp.zip ../
|
||||
|
||||
implode:
|
||||
python ../implode/imply.py rp.py
|
||||
mv imploded.py /home/retoor/bin/rp
|
||||
chmod +x /home/retoor/bin/rp
|
||||
rp --debug
|
||||
serve:
|
||||
rpserver
|
||||
|
||||
|
||||
implode: build
|
||||
rpi rp.py -o rp
|
||||
chmod +x rp
|
||||
if [ -d /home/retoor/bin ]; then cp rp /home/retoor/bin/rp; fi
|
||||
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
Reference in New Issue
Block a user