Commit 5e0c79ab authored by ONKAR PIYUSH PRPADEEP's avatar ONKAR PIYUSH PRPADEEP

Upload new file

parent 1f826a6d
#!/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