We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bbaae7 + 5606672 commit 1366360Copy full SHA for 1366360
smack_my_bitch_up.rb
@@ -1,7 +1,7 @@
1
#!/usr/bin/env ruby
2
3
# Exit early if no sessions with my username are found
4
-exit if `who -q`.include? ENV['USER']
+exit unless `who -q`.include? ENV['USER']
5
6
require 'dotenv'
7
require 'twilio-ruby'
0 commit comments