GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
4
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
jryland
/
Import
Transfer to URL with SHA
Find file
Newer
Older
tree:
90de50ca04
Branches
Tags
×
DELL-PC
MacBookPro
NUC
master
Import
/
projects
/
LGN-IP3870
/
qtpyui
/
mediaplayer
/
prog
/ convertall.sh
John Ryland
on 22 Dec 2020
91 bytes
import old code from DELL-PC svn checkout from years ago
Raw
Blame
History
#!/bin/bash ls ../*.lbm | while read file do ./prog $file `basename $file`.png done