dotfiles/.scripts/pick-ascii.sh

8 lines
108 B
Bash
Executable File

#! /bin/bash
ls | sort -R | tail -$N | while read file; do
neofetch --ascii ~/.scripts/ascii/file
done