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.
 
 

6 lines
297 B

  1. #!/usr/bin/env bash
  2. set -eu -o pipefail
  3. psql $EXASTASH_POSTGRES_URI --tuples-only --quiet --no-psqlrc --echo-errors --no-align --field-separator $'\t' -c "SELECT video_id FROM youtube.captures_view WHERE alive = FALSE ORDER BY folder" | huniq > dead-video-ids.new && mv -f dead-video-ids{.new,}