1------------------------------------------------------------------------
2r1235 | ymattw | 2011-09-01 17:00:02 +0800 (Thu, 01 Sep 2011) | 3 lines
3
4Interpreter fix
5
6
7Index: src/share/example.sh
8===================================================================
9--- src/share/example.sh	(revision 1234)
10+++ src/share/example.sh	(revision 1235)
11@@ -1,3 +1,3 @@
12-#!/bin/sh
13+#!/bin/bash
14 #
15 # Test program, also try run me as yroot (sudo ./example.sh)
16
17------------------------------------------------------------------------
18r1234 | ymattw | 2011-09-01 16:00:02 +0800 (Thu, 01 Sep 2011) | 3 lines
19
20Implement common tool to run command as headless account
21
22
23Index: ChangeLog
24===================================================================
25--- ChangeLog	(revision 1233)
26+++ ChangeLog	(revision 1234)
27@@ -1,3 +1,6 @@
28+Version 0.0.4
29+    * Add prototype of perl module
30+
31 Version 0.0.3
32     * Implement '-d' option
33     * Add configfile to set global debug flag
34Index: src/share/example.sh
35===================================================================
36--- src/share/example.sh	(revision 0)
37+++ src/share/example.sh	(revision 1234)
38@@ -0,0 +1,4 @@
39+#!/bin/sh
40+#
41+# Test program, also try run me as yroot (sudo ./example.sh)
42+#
43
44Property changes on: src/share/example.sh
45___________________________________________________________________
46Added: svn:executable
47## -0,0 +1 ##
48+*
49\ No newline at end of property
50Added: svn:keywords
51## -0,0 +1 ##
52+Id
53\ No newline at end of property
54