This reverts commit d4b383da2c.
d4b383da2c
@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
echo $@
if [ "$@" ]; then
if [ -n "$@" ]; then
for file in $@
do
dir=$(cat ./.paths/$file)
Proudly self-hosted by Cole Deck. Fast loading powered by Turbo.