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