Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37898669
en ru br
ALT Linux repositórios
S:2.8-alt1
5.0: 2.3-alt4.cvs.20081130
4.1: 2.3-alt1.cvs.20080202
4.0: 2.2.cvs.16042007-alt1
3.0: 2.1-alt1

Group :: Comunicações
RPM: minicom

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

#!/bin/bash

# This short and stupid script is intended to be used
# when minicom is called from a menu item under X.
# It guarantees the terminal window won't disappear immediately
# if minicom fails to start (but shows an informative message).
#
# We need the script not to quote and escape this command in a
# cumbersome way in a menu entry, so that it is understood by any
# windowing environment.

/usr/bin/minicom "$@" \
|| {
echo $"To understand the reason of the problem, you may want to look at minicom(1) manpage or /usr/share/doc/minicom-*/" \
| fold --spaces
read -n 1 -s -p $"press almost any key to exit"
}
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009