We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dbe67 commit 5606672Copy full SHA for 5606672
smack_my_bitch_up.rb
@@ -4,7 +4,7 @@
4
exit if Time.now.saturday? || Time.now.sunday?
5
6
# Exit early if no sessions with my username are found
7
-exit if `who -q`.include? ENV['USER']
+exit unless `who -q`.include? ENV['USER']
8
9
require 'dotenv'
10
require 'twilio-ruby'
0 commit comments