Geal / PilotSSH-scripts

A collection of scripts usable with the PilotSSH iOS app
http://pilotssh.com
MIT License
52 stars 14 forks source link

missing close quote ( " ) on PilotSSH-scripts / system / system #17

Closed zu2 closed 11 years ago

zu2 commented 11 years ago

--- system 2013-06-20 06:41:57.590484829 +0900 +++ system.new 2013-06-20 16:08:09.129994383 +0900 @@ -1,3 +1,3 @@

!/bin/bash

-echo '{ "version": 1, "title": "System", "type":"commands", "values" : [ {"name" : "Manage cron", "value" : "", "command" : ".pilotssh/system/crontab.sh }, {"name" : "Free cache", "value" : "", "command" : ".pilotssh/system/free_cache.sh } ] }'; +echo '{ "version": 1, "title": "System", "type":"commands", "values" : [ {"name" : "Manage cron", "value" : "", "command" : ".pilotssh/system/crontab.sh" }, {"name" : "Free cache", "value" : "", "command" : ".pilotssh/system/free_cache.sh" } ] }';