out.normal 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. -#!/bin/sh
  13. +#!/bin/bash
  14.  #
  15.  # Test program, also try run me as yroot (sudo ./example.sh)
  16. 
  17. ------------------------------------------------------------------------
  18. r1234 | ymattw | 2011-09-01 16:00:02 +0800 (Thu, 01 Sep 2011) | 3 lines
  19. 
  20. Implement common tool to run command as headless account
  21. 
  22. 
  23. Index: 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
  34. Index: 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. 
  44. Property changes on: src/share/example.sh
  45. ___________________________________________________________________
  46. Added: svn:executable
  47. ## -0,0 +1 ##
  48. +*
  49. Added: svn:keywords
  50. ## -0,0 +1 ##
  51. +Id
  52.