Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91711222
cleanup.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 13, 18:09
Size
276 B
Mime Type
text/x-shellscript
Expires
Fri, Nov 15, 18:09 (2 d)
Engine
blob
Format
Raw Data
Handle
22094924
Attached To
rLAMMPS lammps
cleanup.sh
View Options
#!/bin/sh
# do some cleaning up to fix permissions and remove cruft
for f in `find ./ -name \*.orig -print -or -name \*~ -print -or -name \*.rej -print`
do rm -v $f
done
for f in `find ./ -name \*.cpp -print -or -name \*.c -print -or -name \*.h -print`
do chmod -x $f
done
Event Timeline
Log In to Comment