This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/net-misc/mastodome/files/mastodon_wrapper.sh

9 lines
243 B
Bash
Raw Normal View History

#!/bin/sh
if [[ ! -d ~/.local/share/mastodome ]]; then
mkdir -p ~/.local/share/mastodome/cache
cp -r /usr/share/mastodome/config/.defaults ~/.local/share/mastodome/defaults
fi
cd /usr/share/mastodome/
exec python3 ./mastodome.py "$@"