1. 11 Mar, 2016 2 commits
  2. 10 Mar, 2016 11 commits
  3. 09 Mar, 2016 7 commits
  4. 08 Mar, 2016 7 commits
  5. 07 Mar, 2016 4 commits
  6. 06 Mar, 2016 1 commit
  7. 04 Mar, 2016 2 commits
  8. 03 Mar, 2016 1 commit
  9. 02 Mar, 2016 5 commits
    • BlueAnanas's avatar
      Replaced $@ by quoted "$@" · 0f36bb11
      BlueAnanas authored
      An $a without quotes is not putting quotes around expanded characters. The quotes around the server reload command get lost in the process.
      0f36bb11
    • Neil's avatar
      typo · f0d0bd25
      Neil authored
      f0d0bd25
    • Neil's avatar
      typos · 8b92aab7
      Neil authored
      8b92aab7
    • Neil's avatar
      Merge pull request #81 from phanimahesh/patch-1 · a2bf1533
      Neil authored
      simplify call by using $@.    We will not add more args,  but $@ is better.  Later, we will use getopt .
      a2bf1533
    • J Phani Mahesh's avatar
      simplify call by using $@ · 60a94dae
      J Phani Mahesh authored
      $@ refers to all arguments, which is a nice way of saying $1 $2 ..., plus it doesn't need updating if we need more arguments.
      60a94dae