dotfiles/.scripts/matrix-pipes.sh

10 lines
72 B
Bash

#! /bin/bash
for ((;;))
do
cmatrix
sleep 30
pipes.sh
sleep 30
done