RNMnetwork/Part 1 - The worldwide neural control network/test.sh
Riccardo Giuntoli 8a04a9463b unixporn
2020-04-21 09:28:07 +02:00

7 lines
92 B
Bash
Executable File

#!/bin/bash
input="$1"
while IFS= read -r line
do
fold -w 1 `echo "$line"`
done < "$input"