Commit 33b349f8 authored by 安岡孝一's avatar 安岡孝一
Browse files

OK

parent 57dbb53c
Loading
Loading
Loading
Loading
(6 KiB)

File changed.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@
				<key>OutputUUID</key>
				<string>A3DF802A-4B61-40C5-9622-5DCE1B0E1ACD</string>
				<key>ShowWhenRun</key>
				<true/>
				<false/>
				<key>StartAction</key>
				<false/>
				<key>UUID</key>
@@ -254,7 +254,7 @@
			</array>
		</dict>
		<key>windowFrame</key>
		<string>{{146, -18}, {1000, 778}}</string>
		<string>{{417, -32}, {1000, 778}}</string>
		<key>workflowViewScrollPosition</key>
		<string>{{0, 0}, {619, 510}}</string>
	</dict>
+1 −1
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ for F
do B=`basename $F`
   if [ ! -s $D/$B ]
   then cp $F $D/$B
        git add . > /dev/null 2>&1
   fi
   /usr/local/bin/xemacs $D/$B
   git add . > /dev/null 2>&1
   git commit -am $D/$B > /dev/null 2>&1
done
git push origin master > /dev/null 2>&1
+1 −0
Original line number Diff line number Diff line
論語集說序
ちょっと変更したの。
+0 −2
Original line number Diff line number Diff line
論語集說序
どうなる
 No newline at end of file
Loading