1
0
Files
anime-rss/install-systemd-unit.sh
2021-10-14 23:28:06 +02:00

9 lines
191 B
Bash
Executable File

#!/bin/bash
my_path=$(dirname $(realpath "$0"))
cd $my_path
cp anime-rss.timer ~/.config/systemd/user/
sed "s|PATH|$my_path|g" anime-rss.service > ~/.config/systemd/user/anime-rss.service