Commit c902d4bd authored by ONKAR PIYUSH PRPADEEP's avatar ONKAR PIYUSH PRPADEEP

Upload new file

parent e378be45
#!/bin/bash
cat $1 | sed -e '/^\s*$/d' -e 's/\b *\b/ /g' -e 's/ *//g' $1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment