dotfiles

ref: c4abf77adaede570db391ddc4ab2792d415ece36

bin/enqueue-video


#!/usr/bin/env bash

selected_dir=$(ls /mnt/video | fzf)

touch /mnt/video/$selected_dir/.process

echo "Adding $selected_dir to the queue..."