#!/bin/sh # Awaits user key press. pause () { echo "Press any key to continue…" OLDCONFIG=$(stty -g) stty -icanon -echo min 1 time 0 dd count=1 2>/dev/null stty $OLDCONFIG } # Set terminal title for gnome-terminal and many others settitle() { echo -n -e "\033]0;${remmina_term_title}\007" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
functions.sh | File | 302 B | 0755 |
|
launcher.sh | File | 341 B | 0755 |
|
remmina_filezilla_sftp.sh | File | 99 B | 0755 |
|
remmina_filezilla_sftp_pki.sh | File | 91 B | 0755 |
|
remmina_nslookup.sh | File | 74 B | 0755 |
|
remmina_ping.sh | File | 74 B | 0755 |
|
remmina_traceroute.sh | File | 76 B | 0755 |
|