plugfest
This commit is contained in:
@@ -225,6 +225,24 @@ rokuget()
|
||||
wget --no-check-certificate --user=vkhachatryan --ask-password $1
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Downloaded logs.
|
||||
#
|
||||
jfile()
|
||||
{
|
||||
local NTH_LOG_FILE=1
|
||||
if [ "$1" != "" ]; then
|
||||
NTH_LOG_FILE=$1
|
||||
fi
|
||||
echo $PWD/$(ls -t1 S0* | head -$NTH_LOG_FILE | tail -1)
|
||||
}
|
||||
|
||||
jcat()
|
||||
{
|
||||
cat $(jfile $1)
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Other helpers
|
||||
|
||||
Reference in New Issue
Block a user