12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- [36m------------------------------------------------------------------------
- [0m[36mr1235 | ymattw | 2011-09-01 17:00:02 +0800 (Thu, 01 Sep 2011) | 3 lines
- [0m[36m
- [0m[36mInterpreter fix
- [0m[36m
- [0m[36m
- [0m[36mIndex: src/share/example.sh
- [0m[36m===================================================================
- [0m[33m--- src/share/example.sh (revision 1234)
- [0m[33m+++ src/share/example.sh (revision 1235)
- [0m[1;34m@@ -1,3 +1,3 @@
- [0m[1;31m-[0m[31m#!/bin/sh
- [0m[1;32m+[0m[32m#!/bin/[7m[32mba[0m[32msh
- [0m[0m #
- [0m[0m # Test program, also try run me as yroot (sudo ./example.sh)
- [0m[36m
- [0m[36m------------------------------------------------------------------------
- [0m[36mr1234 | ymattw | 2011-09-01 16:00:02 +0800 (Thu, 01 Sep 2011) | 3 lines
- [0m[36m
- [0m[36mImplement common tool to run command as headless account
- [0m[36m
- [0m[36m
- [0m[36mIndex: ChangeLog
- [0m[36m===================================================================
- [0m[33m--- ChangeLog (revision 1233)
- [0m[33m+++ ChangeLog (revision 1234)
- [0m[1;34m@@ -1,3 +1,6 @@
- [0m[1;32m+Version 0.0.4
- [0m[1;32m+ * Add prototype of perl module
- [0m[1;32m+
- [0m[0m Version 0.0.3
- [0m[0m * Implement '-d' option
- [0m[0m * Add configfile to set global debug flag
- [0m[36mIndex: src/share/example.sh
- [0m[36m===================================================================
- [0m[33m--- src/share/example.sh (revision 0)
- [0m[33m+++ src/share/example.sh (revision 1234)
- [0m[1;34m@@ -0,0 +1,4 @@
- [0m[1;32m+#!/bin/sh
- [0m[1;32m+#
- [0m[1;32m+# Test program, also try run me as yroot (sudo ./example.sh)
- [0m[1;32m+#
- [0m[1;36m
- [0m[1;36mProperty changes on: src/share/example.sh
- [0m[1;36m___________________________________________________________________
- [0m[1;36mAdded: svn:executable
- [0m[1;34m## -0,0 +1 ##
- [0m[1;32m+*
- [0m[1;36mAdded: svn:keywords
- [0m[1;34m## -0,0 +1 ##
- [0m[1;32m+Id
- [0m
|