This website works better with JavaScript.
Explore
Help
Sign In
fdurastante
/
amg4psblas
mirror of
https://github.com/sfilippone/amg4psblas.git
Watch
1
Star
0
Fork
You've already forked amg4psblas
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
70c2e5400e
amg4psblas
/
krylov
/
cleansymlinks
10 lines
79 B
Bash
Raw
Blame
History
#!/bin/sh
for
file in
$*
do
if
[
-L
$file
]
then
/bin/rm -f
$file
fi
done
Reference in New Issue
View Git Blame
Copy Permalink