Geal / PilotSSH-scripts

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

Create a script to read files in the current directory #15

Closed Geal closed 11 years ago

Geal commented 11 years ago

The logs script provided with the tutorial has issues with user rights, and not everyone has the same layout for logs.

There will be a new script in the tutorial, to read file in the home directory. That way, there will be no rights issue.

Geal commented 11 years ago

I changed the logs script to parse the /var/log directory, display a list of all the subdirectories and files (except the .gz). Tapping on a file displays it, tapping on a directory displays its content, etc.