aboutsummaryrefslogtreecommitdiffstats
path: root/mikutter.rb
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2016-11-08 22:49:07 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2016-11-08 22:49:07 +0900
commit00302264a54ffeafd07fc58c3545bb3b16f91d9d (patch)
tree5f2a7a24bb16e0a8f6065741e813f0c7a2422787 /mikutter.rb
parent83645d7dc44052ddbb86b85e6051b28bd015d1eb (diff)
downloadmikutter-00302264a54ffeafd07fc58c3545bb3b16f91d9d.tar.gz
mikutter.rbのshebangを変更する refs #889
Diffstat (limited to 'mikutter.rb')
-rwxr-xr-xmikutter.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/mikutter.rb b/mikutter.rb
index 64be74c6..e4ea2026 100755
--- a/mikutter.rb
+++ b/mikutter.rb
@@ -1,5 +1,7 @@
-#! /usr/bin/ruby
+#!/bin/sh
# -*- coding: utf-8 -*-
+exec ruby -x "$0" "$@"
+#!ruby
=begin rdoc
= mikutter - the moest twitter client
Copyright (C) 2009-2016 Toshiaki Asai