DEBIAN - Post-Install Script SCREEN: Revision history

From Wiki.IT-Arts.net

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 November 2024

  • curprev 10:1110:11, 17 November 2024Admin talk contribs 4,967 bytes +4,967 Created page with "Category:Post-It <nowiki> #!/bin/sh echo "##### screen configuration files update" && ##### Test Screen previous config file echo "# /etc/screenrc check..." && if [ -e /etc/screenrc ] then echo "# previous config file detected..." && cp -v /etc/screenrc /etc/screenrc.BACKUP && echo "# /etc/screenrc backuped... OK"; else echo "# no previous config file found"; fi ##### Copy new config file echo '# $Id: screenrc,v 1.15 2003/10/08 11:39:03 zal Exp..."