renamed members to voyagers

This commit is contained in:
James Tomasino 2019-12-26 00:56:02 +00:00
parent 0d37e5065a
commit 0cf5fd0cff
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ trap finish EXIT
temp_scores=$(mktemp -t "$(basename "$0").scores.XXXXXXX") || exit 1
for u in $(members); do
for u in $(voyagers); do
if ls /home/"${u}"/ships/**/*.txt &> /dev/null; then
words=$(wc -w /home/"${u}"/ships/**/*.txt | tail -n 1 | awk '{print $1}')
printf "%s,%s\\n" "$u" "$words" >> "$temp_scores"

View File

@ -55,7 +55,7 @@ menu:comms:Communication:Reach out and touch someone
group:_Finger..
exec::makemenu: \
echo "menu:finger:Finger:Finger other cosmic users"; \
for u in `/usr/local/bin/members`; do \
for u in `/usr/local/bin/voyagers`; do \
echo "exec:$u:truncate:/usr/bin/finger ${u}@cosmic.voyage"; \
done; \
echo "nop"; \