Graphs and tables for your Spotify account.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
247 B

  1. #!/bin/bash
  2. sv_scripts_dir="/home/kevin/coding/spotify-lib-vis/src/scripts"
  3. systemd_dir="/etc/systemd/system"
  4. script_name="update-history"
  5. for ext in "service" "timer" ; do
  6. sudo cp "$sv_scripts_dir"/"$script_name"."$ext" "$systemd_dir"
  7. done