Category:
Other
平城遷都 1300 年祭とか、株式会社はてな(のビルの前)とか、いろいろ行ってきました。久々の旅行で楽しかったー
--- Info.plist 2010-04-05 00:00:00.000000000 +0900
+++ Info.plist 2010-04-05 00:00:00.000000000 +0900
@@ -584,6 +584,7 @@
<key>LSIsAppleDefaultForType</key>
<string>Yes</string>
</dict>
+ <!--
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
@@ -598,6 +599,7 @@
<key>LSIsAppleDefaultForType</key>
<string>Yes</string>
</dict>
+ -->
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
#!/bin/sh
if [ "${1}" = "" -o "${2}" != "" ]; then echo "Usage: ${0} FILENAME"; exit; fi
CMD=cat; if [ $(stty size | awk '{print $1}') -lt $(wc -l ${1} | awk '{print $1}') ]; then CMD=less; fi; $CMD $@