This website requires JavaScript.
Explore
Help
Sign In
Karl
/
BobStore
Watch
1
Star
0
Fork
0
You've already forked BobStore
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
BobStore
/
metadata
/
cs
/
short_description.txt
2 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
standardize whitespace formating for fastlane files ```python import glob for f in glob.glob('metadata/*/*.txt'): with open(f) as fp: data = fp.read() with open(f, 'w') as fp: fp.write(data.rstrip()) fp.write('\n') ``` for f in metadata/*/short_description.txt; do data=`cat $f`; echo $data > $f; done
2019-02-20 13:49:42 +01:00
Zdroj aplikací který respektuje vaši svobodu a soukromí
Reference in New Issue
Copy Permalink