Changeset 126


Ignore:
Timestamp:
Jun 2, 2017, 3:53:08 PM (7 years ago)
Author:
g7moreau
Message:
  • Add section DEPEND
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tssh/tssh

    r125 r126  
    11#!/bin/bash
    22#
    3 # 2014/03/26 Gabriel Moreau
     3# 2014/03/26 Gabriel Moreau <Gabriel Moreau(A)univ-grenoble-alpes.fr> - Initial release
    44#
    55# From http://hd-recording.at/dokuwiki/doku.php?id=linux:tmux#tssh
     
    2525   -v  verbose
    2626   -h  help
     27
     28DEPEND
     29   On Debian, you need the package
     30   
     31    apt-get install tmux ncurses-bin wamerican nmap
     32
     33   wamerican (or wfrench...) is used to choose a random word in the file /usr/share/dict/words
     34   for each new tmux session.
     35   ncurses-bin is required for the tput command
     36   to automatically split your terminal into several small panels.
     37   nmap is only used for dynamic DNS domain and dynamic scan.
     38   This is not mandatory for general use.
    2739
    2840AUTHOR
Note: See TracChangeset for help on using the changeset viewer.