Add list feature

This commit is contained in:
Cole Deck 2021-01-04 20:14:32 -06:00
parent 4ffe56d9cd
commit d4b383da2c

4
unadd
View File

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