Skip to content
Snippets Groups Projects
Commit dc464757 authored by iggotsul's avatar iggotsul
Browse files

new_predict

parent c9be8a7a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
python predict.py
#echo `tree /home`
#echo -e "\n" `export`
echo '' > debug.log
echo -e '\ndir listing' >> debug.log
tree /home >> debug.log
echo -e '\nexport list' >> debug.log
export >> debug.log
cat ./debug.log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment