mltefive / docs

https://mltefive.github.io/docs/
1 stars 0 forks source link

format list - add tab each x times #33

Open 7dir opened 4 years ago

7dir commented 4 years ago
cat 2 | ruby -e 'i=0; STDIN.each_line {|x| if (x.include?(")") || x.include?(".")) then puts "\t"+x else puts x end }'