out.side-by-side 3.5KB

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