Changeset 126
- Timestamp:
- Jun 2, 2017, 3:53:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tssh/tssh
r125 r126 1 1 #!/bin/bash 2 2 # 3 # 2014/03/26 Gabriel Moreau 3 # 2014/03/26 Gabriel Moreau <Gabriel Moreau(A)univ-grenoble-alpes.fr> - Initial release 4 4 # 5 5 # From http://hd-recording.at/dokuwiki/doku.php?id=linux:tmux#tssh … … 25 25 -v verbose 26 26 -h help 27 28 DEPEND 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. 27 39 28 40 AUTHOR
Note: See TracChangeset
for help on using the changeset viewer.