×
Inicio Aleatorio

script to random open file from bash

Sección: Administración de sistemas

Creado: 20-04-24

totem "$(ls | shuf -n1)"

xdg-open "$(ls | shuf -n1)"

Siguiente Publicación