Newer
Older
Master_thesis / fb_show_plots.sh
@saslie saslie on 26 Mar 2019 130 bytes New, cleaner
cd plots/fast_binned
for f in ./*.png; do
    display "$f" &
    # remember to quote it or spaces may misbehave
done
cd 
cd thesis