summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin/gruv
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.local/bin/gruv')
-rwxr-xr-xdotfiles/system/.local/bin/gruv3
1 files changed, 0 insertions, 3 deletions
diff --git a/dotfiles/system/.local/bin/gruv b/dotfiles/system/.local/bin/gruv
deleted file mode 100755
index b3e7f35..0000000
--- a/dotfiles/system/.local/bin/gruv
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-dir=$pwd
-for file in $(ls $dir | shuf) ; do mpv --no-video "$file"; done