remove temporary local pathing

This commit is contained in:
Greg Gauthier 2024-03-01 11:53:43 +00:00
parent ad77ccc470
commit bb5c9b068c
1 changed files with 2 additions and 2 deletions

View File

@ -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