diff --git a/jasmine/slideshow.nix b/jasmine/slideshow.nix index dbc1ea961e32cb6cbdbb1f3385bb9fecd0434a1d..fb6a4bfa26e2ee92460744e4d362d90cd11152e4 100644 --- a/jasmine/slideshow.nix +++ b/jasmine/slideshow.nix @@ -13,7 +13,7 @@ while true; do month=$(date +%B | tr '[:upper:]' '[:lower:]') playlist="/tmp/slideshow.txt" - true > "$playlist" + touch "$playlist" find ${root} -maxdepth 1 -type f >> "$playlist"