mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
925470c460
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@3 dd492736-c11a-0410-ad51-8c26713eaf7f
2 lines
81 B
Plaintext
Executable File
2 lines
81 B
Plaintext
Executable File
p="";for i in ./*; do p=$p$(echo $i | grep "\(c$\)\|\(h$\)")" " ;done; vim -p $p
|