7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
#bin/bash
|
||
|
source ${LIBSH}/libeval.sh
|
||
|
|
||
|
status "$(history|head -n 178)"
|
||
|
|
||
|
#history | grep do | sed 's/ie/cf/g'
|