Skip to content

Commit 64c97f9

Browse files
committed
Record options for last run of mu2e-quick-spack-start.sh
1 parent c3bef9c commit 64c97f9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tools/mu2e-quick-spack-start_v0.28.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if [ $git_sts -eq 0 ];then
99
exit 1
1010
fi
1111

12+
echo "$0 $@" >$PWD/mu2e-quick-spack-start.lastrun.sh
13+
1214
starttime=`date`
1315
Base=$PWD
1416
test -d log || mkdir log

tools/mu2e-quick-spack-start_v1.1.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if [ $git_sts -eq 0 ];then
99
exit 1
1010
fi
1111

12+
echo "$0 $@" >$PWD/mu2e-quick-spack-start.lastrun.sh
13+
1214
starttime=`date`
1315
Base=$PWD
1416
test -d log || mkdir log

0 commit comments

Comments
 (0)