lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d0b24945 04/10: Add a useful command


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d0b24945 04/10: Add a useful command
Date: Sun, 26 Jun 2022 17:47:47 -0400 (EDT)

branch: master
commit d0b24945e4b74a59b95beb16e4f1471402e71a77
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add a useful command
    
    'Speed_gcc_*' files are generated more often than committed. Usually,
    they're discarded (as by this command) after inspection.
---
 tabs/2/startup_script | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tabs/2/startup_script b/tabs/2/startup_script
index f409a5f8..0c5f1414 100755
--- a/tabs/2/startup_script
+++ b/tabs/2/startup_script
@@ -6,6 +6,7 @@ b='cd /opt/lmi/src/lmi'
 c='git ls-files --deleted | xargs -t git checkout --'
 d='for z in *(m-1) ; do touch --reference=$z /opt/lmi/free/src/lmi/$z; done'
 e='make $coefficiency LMI_COMPILER=gcc LMI_TRIPLET=x86_64-pc-linux-gnu 
check_concinnity 2>&1 |less -S -N'
+f='git checkout -- Speed_*'
 u='eval `ssh-agent`'
 v='ssh-agent $SHELL'
 w='ssh-add ~/.ssh/id_rsa'
@@ -16,6 +17,7 @@ print -rs $b ; echo $b ; eval $b
 print -rs $c ; echo $c
 print -rs $d ; echo $d
 print -rs $e ; echo $e
+print -rs $f ; echo $f
 # 'ssh-agent' not presently used in chroot:
 #print -rs $u ; echo $u ; eval $u
 # /dev/clipboard is a cygwinism, though GNU/Linux alternatives exist
@@ -31,6 +33,7 @@ unset b
 unset c
 unset d
 unset e
+unset f
 unset u
 unset v
 unset w



reply via email to

[Prev in Thread] Current Thread [Next in Thread]