Sha256: fb7e3ad6cd073237217370fc4a87d9525bf68d6db19ae95f8cbff84ce35cd26a

Contents?: true

Size: 152 Bytes

Versions: 26

Compression:

Stored size: 152 Bytes

Contents

#!/usr/bin/env ruby

regex = /^\s+/

STDIN.each_line do |line|
  if line =~ regex
    puts line.gsub(regex, '')
    next
  end
  $stdout.write line
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ix-cli-0.0.27 bin/ix-remove-leading-spaces
ix-cli-0.0.26 bin/ix-remove-leading-spaces
ix-cli-0.0.25 bin/ix-remove-leading-spaces
ix-cli-0.0.24 bin/ix-remove-leading-spaces
ix-cli-0.0.23 bin/ix-remove-leading-spaces
ix-cli-0.0.22 bin/ix-remove-leading-spaces
ix-cli-0.0.21 bin/ix-remove-leading-spaces
ix-cli-0.0.20 bin/ix-remove-leading-spaces
ix-cli-0.0.19 bin/ix-remove-leading-spaces
ix-cli-0.0.18 bin/ix-remove-leading-spaces
ix-cli-0.0.17 bin/ix-remove-leading-spaces
ix-cli-0.0.16 bin/ix-remove-leading-spaces
ix-cli-0.0.15 bin/ix-remove-leading-spaces
ix-cli-0.0.14 bin/ix-remove-leading-spaces
ix-cli-0.0.13 bin/ix-remove-leading-spaces
ix-cli-0.0.12 bin/ix-remove-leading-spaces
ix-cli-0.0.11 bin/ix-remove-leading-spaces
ix-cli-0.0.10 bin/ix-remove-leading-spaces
ix-cli-0.0.9 bin/ix-remove-leading-spaces
ix-cli-0.0.7 bin/ix-remove-leading-spaces