top: remove NICE, music: remove d522w0
* NICE columns duplicates PRIORITY * d522w0 is out, sync directly to the laptop
This commit is contained in:
4
.toprc
4
.toprc
@@ -1,7 +1,7 @@
|
||||
top's Config File (Linux processes with windows)
|
||||
Id:g, Mode_altscr=0, Mode_irixps=1, Delay_time=3.0, Curwin=0
|
||||
Def fieldscur=¥¨³´»½ÀÄ·º¹Å&')*+,-./012568<>?ABCFGHIJKLMNOPQRSTUVWXYZ[
|
||||
winflags=163636, sortindx=18, maxtasks=0
|
||||
Def fieldscur=¥¨³»½ÀÄ·º¹Å4&')*+,-./012568<>?ABCFGHIJKLMNOPQRSTUVWXYZ[
|
||||
winflags=163124, sortindx=18, maxtasks=0
|
||||
summclr=1, msgsclr=1, headclr=3, taskclr=2
|
||||
Job fieldscur=¥¦¹·º³´Ä»¼½§Å()*+,-./012568>?@ABCFGHIJKLMNOPQRSTUVWXYZ[
|
||||
winflags=193844, sortindx=0, maxtasks=0
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# Music synchronized operation script
|
||||
|
||||
MUSDIR=/home/music/
|
||||
MUSSRV=d522w4
|
||||
|
||||
function enforce_permissions() {
|
||||
#chown -R artem:users "$MUSDIR"
|
||||
@@ -11,8 +12,8 @@ function enforce_permissions() {
|
||||
|
||||
if [[ "$1" == "up" ]]; then
|
||||
enforce_permissions
|
||||
rsync -avzup --delete $MUSDIR d522w0:$MUSDIR
|
||||
rsync -avzup --delete $MUSDIR $MUSSRV:$MUSDIR
|
||||
else
|
||||
rsync -avzup --delete d522w0:$MUSDIR $MUSDIR
|
||||
rsync -avzup --delete $MUSSRV:$MUSDIR $MUSDIR
|
||||
enforce_permissions
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user