Add list feature

master
Cole Deck 3 years ago
parent 4ffe56d9cd
commit d4b383da2c

@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail
if [ -n "$@" ]; then
echo $@
if [ "$@" ]; then
for file in $@
do
dir=$(cat ./.paths/$file)

Loading…
Cancel
Save