Revert "Add list feature"

This reverts commit d4b383da2c.
master
Cole Deck 3 years ago
parent d4b383da2c
commit e1d21a88c8

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

Loading…
Cancel
Save