RNMnetwork/Part 1 - The worldwide neural control network/test.sh

7 lines
92 B
Bash
Raw Normal View History

2020-04-21 03:28:07 -04:00
#!/bin/bash
input="$1"
while IFS= read -r line
do
fold -w 1 `echo "$line"`
done < "$input"