Skip to content

Instantly share code, notes, and snippets.

@ayoayco
Created July 8, 2023 09:53
Show Gist options
  • Save ayoayco/93272af3566499f0cc3458c7d733db9a to your computer and use it in GitHub Desktop.
Save ayoayco/93272af3566499f0cc3458c7d733db9a to your computer and use it in GitHub Desktop.
#!/bin/bash
while IFS="," read -r user boosts notify lang
do
echo "refreshing $user..."
RAILS_ENV=production /home/mastodon/live/bin/tootctl accounts refresh $user
done < <(tail -n +2 following.csv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment