Skip to content

Instantly share code, notes, and snippets.

View lemieuxster's full-sized avatar

David LeMieux lemieuxster

View GitHub Profile
@foozmeat
foozmeat / squirt
Last active September 13, 2018 14:07
squirt: upload a file to a slack channel from the cli
#!/usr/bin/env ruby
require 'json'
if ARGV.length < 3 then
puts "Usage: squirt <filename> <channel> <comment>"
exit
end
token = ""