about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/yahns1
-rwxr-xr-xbin/yahns-rackup1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/yahns b/bin/yahns
index 97210a4..340f145 100755
--- a/bin/yahns
+++ b/bin/yahns
@@ -2,6 +2,7 @@
 # -*- encoding: binary -*-
 # Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# frozen_string_literal: true
 require 'yahns/daemon'
 require 'optparse'
 config_file = daemonize = nil
diff --git a/bin/yahns-rackup b/bin/yahns-rackup
index 3c22725..fc1f161 100755
--- a/bin/yahns-rackup
+++ b/bin/yahns-rackup
@@ -2,6 +2,7 @@
 # -*- encoding: binary -*-
 # Copyright (C) 2013-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+# frozen_string_literal: true
 require 'yahns/rackup_handler'
 ARGV.grep(/\A(?:-s|--server)/)[0] and abort "--server has no effect for #$0"
 ARGV[0, 0] = %w(-s yahns)