remove temporary local pathing
This commit is contained in:
parent
ad77ccc470
commit
bb5c9b068c
@ -8,9 +8,9 @@ rm ${HOME}/.local/tmp/${1}.txt
|
||||
|
||||
if [[ "${content}" == *"No definitions found"* ]]; then
|
||||
#./cecho IYellow On_Blue "$(cat ${HOME}/.local/tmp/${1}.txt)"
|
||||
./cecho IYellow On_Black "${content%%*( )}"
|
||||
cecho IYellow On_Black "${content%%*( )}"
|
||||
else
|
||||
#./cecho Black On_White "$(cat ${HOME}/.local/tmp/${1}.txt)"
|
||||
./cecho IWhite On_Black "${content%%*()}"
|
||||
cecho IWhite On_Black "${content%%*()}"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user