Skip to content
Snippets Groups Projects
Commit 65dcb934 authored by 安岡孝一's avatar 安岡孝一
Browse files

makehakubun.sh changed

parent 6adc0717
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
if [ ! -s $D/$B ] if [ ! -s $D/$B ]
then cp `ls -1t incoming/*/[th]*/$B | head -1` $D/$B then cp `ls -1t incoming/*/[th]*/$B | head -1` $D/$B
fi fi
/usr/local/bin/xemacs $D/$B open -t $D/$B
rm -f $D/$B'~' rm -f $D/$B'~'
git add . git add .
git commit -am $D/$B git commit -am $D/$B
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment